xref: /freebsd/contrib/pkgconf/tests/lib1/sysroot-dir-2.pc (revision a3cefe7f2b4df0f70ff92d4570ce18e517af43ec)
1prefix=${pc_sysrootdir}/usr
2
3Name: sysroot-dir
4Description: Package for testing whether sysroot dirs are repeated or not
5Version: 1
6CFlags: -I${prefix}/include
7Libs: -L${prefix}/lib -lfoo
8