diff options
author | Matthieu Herrb <matthieu.herrb@laas.fr> | 2008-09-21 12:26:46 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu.herrb@laas.fr> | 2008-09-21 12:26:46 +0200 |
commit | e2d352a907b5fcb7d68de3fce5c7a38cf5adef81 (patch) | |
tree | 71d23534a987f4f51a340b60d5d887d877182791 /Makefile.bsd-wrapper | |
parent | ac6ce934a0c71e50985c3a1c0dbd3bcae0ceb945 (diff) |
Enable pciids and zlib support.
Diffstat (limited to 'Makefile.bsd-wrapper')
-rw-r--r-- | Makefile.bsd-wrapper | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.bsd-wrapper b/Makefile.bsd-wrapper index 9db9d95..7682f01 100644 --- a/Makefile.bsd-wrapper +++ b/Makefile.bsd-wrapper @@ -2,4 +2,6 @@ SHARED_LIBS= pciaccess 1.0 +CONFIGURE_ARGS+= --with-pciids-path=/usr/local/share --with-zlib + .include <bsd.xorg.mk> |