mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2025-12-29 20:30:06 +01:00
Make sure that the --*-only-* variants of --cflags and --libs do the right thing. This should probably be extended to cover a chain of packages to get the ordering right, but this is good for now.
10 lines
288 B
PkgConfig
10 lines
288 B
PkgConfig
prefix=/other
|
|
exec_prefix=${prefix}
|
|
libdir="${exec_prefix}/lib"
|
|
includedir="${prefix}/include"
|
|
|
|
Name: Other Cflags and Libs test
|
|
Description: Test package for testing variants of --cflags and --libs
|
|
Version: 1.0.0
|
|
Libs: -L${libdir} -Wl,--as-needed -lother
|
|
Cflags: -I${includedir} -DOTHER
|