dri2: Distribute new pci_ids headers
Create hw/xfree86/dri2/pci_ids/Makefile.am which includes all of the new pci id files in the tarballs. Build that from configure.ac, and run it from dri2/Makefile.am Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
65dd1ba7b3
commit
f36f16f055
|
@ -2556,6 +2556,7 @@ hw/xfree86/dixmods/Makefile
|
||||||
hw/xfree86/doc/Makefile
|
hw/xfree86/doc/Makefile
|
||||||
hw/xfree86/dri/Makefile
|
hw/xfree86/dri/Makefile
|
||||||
hw/xfree86/dri2/Makefile
|
hw/xfree86/dri2/Makefile
|
||||||
|
hw/xfree86/dri2/pci_ids/Makefile
|
||||||
hw/xfree86/drivers/Makefile
|
hw/xfree86/drivers/Makefile
|
||||||
hw/xfree86/drivers/modesetting/Makefile
|
hw/xfree86/drivers/modesetting/Makefile
|
||||||
hw/xfree86/exa/Makefile
|
hw/xfree86/exa/Makefile
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
SUBDIRS=pci_ids
|
||||||
|
|
||||||
noinst_LTLIBRARIES = libdri2.la
|
noinst_LTLIBRARIES = libdri2.la
|
||||||
AM_CFLAGS = \
|
AM_CFLAGS = \
|
||||||
-DHAVE_XORG_CONFIG_H \
|
-DHAVE_XORG_CONFIG_H \
|
||||||
|
|
|
@ -0,0 +1,11 @@
|
||||||
|
EXTRA_DIST = \
|
||||||
|
pci_id_driver_map.h \
|
||||||
|
i810_pci_ids.h \
|
||||||
|
i915_pci_ids.h \
|
||||||
|
i965_pci_ids.h \
|
||||||
|
r200_pci_ids.h \
|
||||||
|
r300_pci_ids.h \
|
||||||
|
r600_pci_ids.h \
|
||||||
|
radeon_pci_ids.h \
|
||||||
|
radeonsi_pci_ids.h \
|
||||||
|
vmwgfx_pci_ids.h
|
Loading…
Reference in New Issue