aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authortheuni <theuni-nospam-@xbmc.org>2011-08-29 23:48:15 -0400
committertheuni <theuni-nospam-@xbmc.org>2011-08-29 23:48:19 -0400
commit62e026052dbcfe6d7fbcb3a0e47ad135eb943511 (patch)
tree044f645ed9b7330e522c241f14993981a83f308f /Makefile.in
parentdcfa67edcd4ad55c646be4d02871c370dbccf7fb (diff)
parenteb3b6c1d256929fefefe208c61cd59416e92fe53 (diff)
Merge remote-tracking branch 'theuni/configure-cleanup'
* theuni/configure-cleanup: build: allow build without dbus build: don't check for enca. we haven't needed it for ages. build: configure option for enable/disable x11. build: make rsxs configurable
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 96ed46ee4b..a4896905d7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -136,7 +136,7 @@ LIB_DIRS=\
lib/xbmc-dll-symbols
SS_DIRS=
-ifeq (@USE_OPENGL@,1)
+ifneq (@DISABLE_RSXS@,1)
SS_DIRS+= xbmc/screensavers/rsxs-0.9/xbmc
endif