diff options
author | theuni <theuni-nospam-@xbmc.org> | 2011-08-29 23:48:15 -0400 |
---|---|---|
committer | theuni <theuni-nospam-@xbmc.org> | 2011-08-29 23:48:19 -0400 |
commit | 62e026052dbcfe6d7fbcb3a0e47ad135eb943511 (patch) | |
tree | 044f645ed9b7330e522c241f14993981a83f308f /Makefile.in | |
parent | dcfa67edcd4ad55c646be4d02871c370dbccf7fb (diff) | |
parent | eb3b6c1d256929fefefe208c61cd59416e92fe53 (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.in | 2 |
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 |