xorg-x11-server/xorg-x11-server-1.1.1-no-scanpci.patch

24 lines
758 B
Diff
Raw Normal View History

--- xorg-server-1.1.1/hw/xfree86/utils/Makefile.am.no-scanpci 2006-07-05 14:31:42.000000000 -0400
+++ xorg-server-1.1.1/hw/xfree86/utils/Makefile.am 2006-11-10 11:43:27.000000000 -0500
@@ -4,6 +4,5 @@
ioport \
kbd_mode \
pcitweak \
- scanpci \
xorgcfg \
xorgconfig
--- xorg-server-1.1.1/hw/xfree86/scanpci/Makefile.am.no-scanpci 2006-07-05 14:31:41.000000000 -0400
+++ xorg-server-1.1.1/hw/xfree86/scanpci/Makefile.am 2006-11-10 11:59:26.000000000 -0500
@@ -1,10 +1,8 @@
-module_LTLIBRARIES = libscanpci.la libpcidata.la
+module_LTLIBRARIES = libpcidata.la
libpcidata_la_LDFLAGS = -avoid-version
-libscanpci_la_LDFLAGS = -avoid-version
libpcidata_la_SOURCES = xf86PciData.c
-libscanpci_la_SOURCES = xf86ScanPci.c
INCLUDES = $(XORG_INCS)