summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTomas Carnecky <tom@dbservice.com>2012-07-10 02:03:03 +0100
committerKeith Packard <keithp@keithp.com>2012-07-09 23:28:36 -0700
commit3ed2c6e11298c4299042cfe4578f6cc02e441d58 (patch)
tree4dc67c92374e53f1568d10982b274aa82d72a322 /include
parentb8c9ab0fea0be299d9f48ac0c4ed0474104a7556 (diff)
Move MIT-SCREEN-SAVER from extmod to built-in
If we've built MIT-SCREEN-SAVER support, then just build it into the main binary, rather than leaving it in extmod. Signed-off-by: Tomas Carnecky <tom@dbservice.com> Reviewed-by: Daniel Stone <daniel@fooishbar.org> Reviewed-by: Jamey Sharp <jamey@minilop.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'include')
-rw-r--r--include/extinit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/extinit.h b/include/extinit.h
index 2755e30e3..61768b08a 100644
--- a/include/extinit.h
+++ b/include/extinit.h
@@ -110,7 +110,7 @@ extern Bool noResExtension;
extern void ResExtensionInit(void);
#endif
-#if defined(SCREENSAVER) && !defined(XorgLoader)
+#if defined(SCREENSAVER)
#include <X11/extensions/saver.h>
extern Bool noScreenSaverExtension;
extern void ScreenSaverExtensionInit(void);