pkg-config/check/system.pc
Dan Nicholson 1dfe95b8b8 check: Add test for system flags pruning
Test that pkg-config respects the various environment variables that
override the system flags handling.

https://bugs.freedesktop.org/show_bug.cgi?id=94729
2017-03-20 11:06:00 -05:00

10 lines
203 B
PkgConfig

prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: System library
Description: Test package
Version: 1.0.0
Libs: -L${libdir} -lsystem
Cflags: -I${includedir}