[PATCH] dixmods/Makefile.am fix -> DBE feature switching

Enrico Weigelt weigelt at metux.de
Wed May 17 07:30:58 PDT 2006


This patch fixes the DBE feature switching, so if disabled, 
the libdbe is not built anylonger.

-- 
---------------------------------------------------------------------
 Enrico Weigelt    ==   metux IT service - http://www.metux.de/
---------------------------------------------------------------------
 Please visit the OpenSource QM Taskforce:
 	http://wiki.metux.de/public/OpenSource_QM_Taskforce
 Patches / Fixes for a lot dozens of packages in dozens of versions:
	rsync://sources.metux.de/metux-patches
---------------------------------------------------------------------
-------------- next part --------------
diff -ruN xorg-server-1.0.99.902.orig/hw/xfree86/dixmods/Makefile.am xorg-server-1.0.99.902/hw/xfree86/dixmods/Makefile.am
--- xorg-server-1.0.99.902.orig/hw/xfree86/dixmods/Makefile.am	Fri May 12 05:08:47 2006
+++ xorg-server-1.0.99.902/hw/xfree86/dixmods/Makefile.am	Fri May 12 05:09:59 2006
@@ -10,6 +10,10 @@
 XTRAPMOD = libxtrap.la
 endif
 
+if DBE
+DBEMOD = libdbe.la
+endif
+
 module_LTLIBRARIES = libafb.la \
                      libcfb.la \
                      libcfb16.la \
@@ -19,7 +23,7 @@
                      libshadow.la
 
 extsmoduledir = $(moduledir)/extensions
-extsmodule_LTLIBRARIES = libdbe.la \
+extsmodule_LTLIBRARIES = $(DBEMOD) \
                          librecord.la \
                          $(GLXMODS) \
                          $(XTRAPMOD)


More information about the xorg-modular mailing list