Edit

IABSD.fr/xenocara/lib/libpciaccess/pciaccess.pc.in

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2022-11-07 16:52:35
    Hash : c13c9cf0
    Message : Update to libpciaccess 0.17. while there fix small leaks in openbsd_pci.c with help from an ok tb@

  • lib/libpciaccess/pciaccess.pc.in
  • 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@