860c5baca5
- xorg-x11-server-1.1.1-no-scanpci.patch: Drop scanpci, it's huge and there's no added value relative to lspci. - xorg-x11-server-1.1.1-spurious-libxf1bpp-link.patch: Minor linktime fixup. There's no reason for libxf4bpp to link against libxf1bpp.
24 lines
758 B
Diff
24 lines
758 B
Diff
--- 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)
|
|
|