diff options
| author | Pierre Pronchery <khorben@FreeBSD.org> | 2026-04-22 13:13:41 +0000 |
|---|---|---|
| committer | Pierre Pronchery <khorben@FreeBSD.org> | 2026-04-22 13:13:41 +0000 |
| commit | 6294b6ab217a2d5f1d2bc23a64505a228294c508 (patch) | |
| tree | 333ee95d0d49af6cfc4390c1ec90098e6493e332 /tests/lib1/requires-internal-missing.pc | |
Diffstat (limited to 'tests/lib1/requires-internal-missing.pc')
| -rw-r--r-- | tests/lib1/requires-internal-missing.pc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/lib1/requires-internal-missing.pc b/tests/lib1/requires-internal-missing.pc new file mode 100644 index 000000000000..8c55a1ddfa63 --- /dev/null +++ b/tests/lib1/requires-internal-missing.pc @@ -0,0 +1,10 @@ +prefix=/test/local +exec_prefix=${prefix} +libdir=${prefix}/lib +includedir=${prefix}/include + +Name: requires-internal +Description: A testing pkg-config file +Version: 1.2.3 +Requires.internal: static-libs, missing +Requires.private: foo |
