mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-05-08 22:58:13 +02:00
13 lines
355 B
PkgConfig
13 lines
355 B
PkgConfig
|
|
prefix=/usr
|
||
|
|
exec_prefix=${prefix}
|
||
|
|
libdir=${exec_prefix}/lib
|
||
|
|
includedir=${prefix}/include/somedir
|
||
|
|
|
||
|
|
Name: Missing Requires test package
|
||
|
|
Description: Dummy pkgconfig test package for testing with a missing Requires
|
||
|
|
Version: 1.0.0
|
||
|
|
Requires: pkg-non-existent-dep
|
||
|
|
Libs: -L/missing-requires/lib -lmissing-requires
|
||
|
|
Cflags: -I/missing-requires/include
|
||
|
|
foodir: bar
|