11 lines
254 B
PkgConfig
11 lines
254 B
PkgConfig
|
prefix=@prefix@
|
||
|
exec_prefix=@exec_prefix@
|
||
|
libdir=@libdir@
|
||
|
includedir=@includedir@
|
||
|
|
||
|
Name: pciaccess
|
||
|
Description: Library providing generic access to the PCI bus and devices.
|
||
|
Version: @PACKAGE_VERSION@
|
||
|
Cflags: -I${includedir}
|
||
|
Libs: -L${libdir} -lpciaccess
|