summaryrefslogtreecommitdiff
path: root/include/extinit.h
diff options
context:
space:
mode:
authorTomas Carnecky <tom@dbservice.com>2012-07-10 02:03:01 +0100
committerKeith Packard <keithp@keithp.com>2012-07-09 23:28:36 -0700
commitbf61bf69b2b4f9e9993ca771de100079c7696bea (patch)
tree14368012cd4812cf5c8e90b293de49a9100468f8 /include/extinit.h
parentd785368e0e171080fea5447c87e81c93f515ff21 (diff)
Move DBE from an external module to built-in
If DBE support is compiled in the server, just man up and build it into the server, rather than having it as an external module. 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/extinit.h')
-rw-r--r--include/extinit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/extinit.h b/include/extinit.h
index 5e011283f..539e28d6f 100644
--- a/include/extinit.h
+++ b/include/extinit.h
@@ -63,7 +63,7 @@ extern Bool noDamageExtension;
extern void DamageExtensionInit(void);
#endif
-#if defined(DBE) && !defined(XorgLoader)
+#if defined(DBE)
extern Bool noDbeExtension;
extern void DbeExtensionInit(void);
#endif