xenocara/lib/libpciaccess/pciaccess.pc.in

11 lines
285 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
Libs.Private: @PCIACCESS_LIBS@