install pci.ids somewhere so that libpciaccess can find it.

This commit is contained in:
mrg 2009-06-10 02:20:13 +00:00
parent 50ea2508ff
commit 02fb05a57b
5 changed files with 14 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: mi,v 1.813 2009/06/10 00:40:33 agc Exp $
# $NetBSD: mi,v 1.814 2009/06/10 02:20:13 mrg Exp $
#
# Note: Don't delete entries from here - mark them as "obsolete" instead,
# unless otherwise stated below.
@ -649,6 +649,7 @@
./usr/X11R7/share base-x11-root
./usr/X11R7/share/examples base-x11-root
./usr/X11R7/share/examples/ssh-askpass base-x11-root
./usr/X11R7/share/pciids base-x11-root
./usr/bin base-sys-usr
./usr/bin/Mail base-mail-bin
./usr/bin/apply base-util-bin

View File

@ -1,4 +1,5 @@
# $NetBSD: md.amd64,v 1.3 2009/06/09 04:39:50 mrg Exp $
# $NetBSD: md.amd64,v 1.4 2009/06/10 02:20:13 mrg Exp $
./usr/X11R7/share/pciids/pci.ids -unknown- xorg
./usr/X11R7/lib/libdrm_intel.so -unknown- xorg
./usr/X11R7/lib/libdrm_intel.so.0 -unknown- xorg
./usr/X11R7/lib/libdrm_intel.so.0.0 -unknown- xorg

View File

@ -1,4 +1,5 @@
# $NetBSD: md.i386,v 1.19 2009/06/09 04:39:50 mrg Exp $
# $NetBSD: md.i386,v 1.20 2009/06/10 02:20:13 mrg Exp $
./usr/X11R7/share/pciids/pci.ids -unknown- xorg
./usr/X11R7/lib/libdrm_intel.so -unknown- xorg
./usr/X11R7/lib/libdrm_intel.so.0 -unknown- xorg
./usr/X11R7/lib/libdrm_intel.so.0.0 -unknown- xorg

View File

@ -1,4 +1,4 @@
# $NetBSD: NetBSD.dist,v 1.403 2009/06/03 18:47:06 bouyer Exp $
# $NetBSD: NetBSD.dist,v 1.404 2009/06/10 02:20:13 mrg Exp $
# @(#)4.4BSD.dist 8.1 (Berkeley) 6/13/93
# Do not customize this file as it may be overwritten on upgrades.
@ -415,6 +415,7 @@
./usr/X11R7/share
./usr/X11R7/share/examples
./usr/X11R7/share/examples/ssh-askpass
./usr/X11R7/share/pciids
./usr/bin
./usr/games
./usr/games/hide gname=games mode=0750

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2008/08/24 13:47:05 rtr Exp $
# $NetBSD: Makefile,v 1.4 2009/06/10 02:20:13 mrg Exp $
# XXX this one is installed in modular-xorg-server
@ -29,6 +29,11 @@ CPPFLAGS+= -I${X11SRCDIR.xorg-server}/hw/xfree86/common \
-I${X11SRCDIR.xorg-server}/rac \
-I.
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
FILES= pci.ids
FILESDIR= ${X11ROOTDIR}/share/pciids
.endif
.include <bsd.x11.mk>
LIBDIR= ${XMODULEDIR}
.include <bsd.lib.mk>