Edit

kc3-lang/pkgconf/tests/lib1/bar.pc

Branch :

  • Show log

    Commit

  • Author : Michał Górny
    Date : 2012-05-03 09:15:32
    Hash : 23e31fd7
    Message : Add tests for 'Requires' and '.private'.

  • tests/lib1/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