mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-04-24 05:40:36 +02:00
11 lines
288 B
PkgConfig
11 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
|