Edit

kc3-lang/libxml2/libxml-2.0-uninstalled.pc.in

Branch :

  • Show log

    Commit

  • Author : James Le Cuirot
    Date : 2023-09-04 09:25:44
    Hash : 6864d92f
    Message : autoconf: Don't bake build time CFLAGS into pkg-config file Having slept on it, I've realised that baking the dependency CFLAGS into the pkg-config file is pointless when it is only used to link against them. It may even cause problems.

  • libxml-2.0-uninstalled.pc.in
  • prefix=
    exec_prefix=
    libdir=${pcfiledir}
    includedir=${pcfiledir}/include
    modules=@WITH_MODULES@
    
    Name: libXML
    Version: @VERSION@
    Description: libXML library version2.
    Requires@XML_PC_PRIVATE@: @XML_PC_REQUIRES@
    Libs: -L${libdir} @XML_LIBS@ @XML_PC_LIBS_PRIVATE@ @XML_PC_LIBS@ @LIBS@
    Cflags: @XML_INCLUDEDIR@ @XML_CFLAGS@