• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: pciaccess
7Description: Library providing generic access to the PCI bus and devices.
8Version: @PACKAGE_VERSION@
9Cflags: -I${includedir}
10Libs: -L${libdir} -lpciaccess
11Libs.Private: @PCIACCESS_LIBS@
12