forked from ariadne/pkgconf
10 lines
230 B
PkgConfig
10 lines
230 B
PkgConfig
|
prefix=${pc_sysrootdir}/usr
|
||
|
includedir=${prefix}/include
|
||
|
libdir=${prefix}/lib
|
||
|
|
||
|
Name: sysroot-dir
|
||
|
Description: Package for testing whether sysroot dirs are repeated or not
|
||
|
Version: 1
|
||
|
CFlags: -I${includedir}
|
||
|
Libs: -L${libdir} -lfoo
|