summaryrefslogtreecommitdiff
path: root/pciaccess.pc.in
blob: c2da3d918d2dbb5d3ce308d8e2e8f3de32c563cd (plain)
1
2
3
4
5
6
7
8
9
10
11
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@