aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/exports-pkgconfig/TheSecondLib.pc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/blackbox/testdata/exports-pkgconfig/TheSecondLib.pc')
-rw-r--r--tests/auto/blackbox/testdata/exports-pkgconfig/TheSecondLib.pc9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/auto/blackbox/testdata/exports-pkgconfig/TheSecondLib.pc b/tests/auto/blackbox/testdata/exports-pkgconfig/TheSecondLib.pc
new file mode 100644
index 000000000..6c54b451e
--- /dev/null
+++ b/tests/auto/blackbox/testdata/exports-pkgconfig/TheSecondLib.pc
@@ -0,0 +1,9 @@
+config1=a b
+config2=c
+
+Name: TheSecondLib
+Description: The second lib
+Version: 2.0
+Cflags: -I/opt/thesecondlib/include
+Libs: -L/opt/thesecondlib/lib -lTheSecondLib
+Requires: TheFirstLib