diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-10-05 08:06:08 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-10-05 08:06:08 +0000 |
commit | 2357263216d68562e2ccabff7e43bafcbccc4f7b (patch) | |
tree | 536a03784436b0faf3bd9602a4b25cd40cfcf9d4 /lib | |
parent | 7557065b3463e7dcda5964f1c37ea447dd4b32a2 (diff) |
provide a pciutils style pci.ids file for libpciaccess.
ok todd@ deraadt@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libpciaccess/Makefile.bsd-wrapper | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libpciaccess/Makefile.bsd-wrapper b/lib/libpciaccess/Makefile.bsd-wrapper index a0b842eb9..806283395 100644 --- a/lib/libpciaccess/Makefile.bsd-wrapper +++ b/lib/libpciaccess/Makefile.bsd-wrapper @@ -1,5 +1,7 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2008/06/15 04:56:00 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2008/10/05 08:06:06 matthieu Exp $ SHARED_LIBS= pciaccess 0.10 +CONFIGURE_ARGS+= --with-pciids-path=${X11BASE}/share + .include <bsd.xorg.mk> |