diff options
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 |