Edit

kc3-lang/pkgconf/tests/lib3

Branch :

  • Show log

    Commit

  • Author : Baptiste Daroussin
    Date : 2013-03-20 14:51:15
    Hash : 1d0f990a
    Message : Add a test case showing a regression where PKG_CONFIG_PATH is ignored

  • bar.pc
  • prefix=/usr
    exec_prefix=${prefix}
    libdir=${prefix}/lib
    includedir=${prefix}/include
    
    Name: bar
    Description: Another pkg-config test
    Version: 1.3
    Libs: -L${libdir} -lbar
    Requires: foo