Edit

kc3-lang/pkgconf/tests/lib1/depgraph-break.pc

Branch :

  • Show log

    Commit

  • Author : William Pitcock
    Date : 2016-05-19 17:37:27
    Hash : 25b730fb
    Message : testsuite: add a test for explicit depgraph breakage

  • tests/lib1/depgraph-break.pc
  • prefix=/test
    exec_prefix=${prefix}
    libdir=${prefix}/lib
    includedir=${prefix}/include
    
    Name: depgraph-break
    Description: A testing pkg-config file
    Version: 1.2.3
    Libs: -L${libdir} -lfoo
    Cflags: -fPIC -I${includedir}/foo
    Cflags.private: -DFOO_STATIC
    Requires: nonexistant