mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-02-04 11:50:34 +01:00
Test that pkg-config respects the various environment variables that override the system flags handling. https://bugs.freedesktop.org/show_bug.cgi?id=94729
10 lines
203 B
PkgConfig
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}
|