diff options
author | theuni <theuni-nospam-@xbmc.org> | 2011-04-17 22:50:56 -0400 |
---|---|---|
committer | theuni <theuni-nospam-@xbmc.org> | 2011-04-18 01:30:37 -0400 |
commit | 32a836ea86764a186d702e7cc0907dc925f3da1c (patch) | |
tree | 2174ea97f443fe565c399cf37b2130cfc7b3b0d9 /Makefile.in | |
parent | 64f28b371c5e2935c175959242e757e8d19ac81e (diff) |
changed: use opengl checks rather than arm where appropriate
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 0d2b9f47f4..6d1a295ae7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -381,7 +381,7 @@ dllloader: exports visualizations: exports for d in $(VIS_DIRS); do $(MAKE) -C $$d; done screensavers: exports -ifneq ($(findstring arm,@ARCH@), arm) +ifeq (@USE_OPENGL@,1) $(MAKE) -C xbmc/screensavers/rsxs-0.9/xbmc endif libpython: dllloader |