aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authortheuni <theuni-nospam-@xbmc.org>2011-04-17 22:50:56 -0400
committertheuni <theuni-nospam-@xbmc.org>2011-04-18 01:30:37 -0400
commit32a836ea86764a186d702e7cc0907dc925f3da1c (patch)
tree2174ea97f443fe565c399cf37b2130cfc7b3b0d9 /Makefile.in
parent64f28b371c5e2935c175959242e757e8d19ac81e (diff)
changed: use opengl checks rather than arm where appropriate
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
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