summaryrefslogtreecommitdiff
path: root/hw/xfree86/sdksyms.sh
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 /hw/xfree86/sdksyms.sh
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 'hw/xfree86/sdksyms.sh')
-rwxr-xr-xhw/xfree86/sdksyms.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xfree86/sdksyms.sh b/hw/xfree86/sdksyms.sh
index 81dbbe2df..ab48fcf00 100755
--- a/hw/xfree86/sdksyms.sh
+++ b/hw/xfree86/sdksyms.sh
@@ -241,9 +241,9 @@ cat > sdksyms.c << EOF
/* dbe/Makefile.am -- module */
-/*
+#ifdef DBE
#include "dbestruct.h"
- */
+#endif
/* exa/Makefile.am -- module */