summaryrefslogtreecommitdiff
path: root/check/special-flags.pc
diff options
context:
space:
mode:
Diffstat (limited to 'check/special-flags.pc')
-rw-r--r--check/special-flags.pc11
1 files changed, 11 insertions, 0 deletions
diff --git a/check/special-flags.pc b/check/special-flags.pc
new file mode 100644
index 0000000..269fd36
--- /dev/null
+++ b/check/special-flags.pc
@@ -0,0 +1,11 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: Special flags test
+Description: Dummy pkgconfig test package for testing pkgconfig
+Version: 1.0.0
+Requires:
+Libs: -framework Foo -lsimple -framework Bar
+Cflags: -I/foo -idirafter /after1 -I/bar -idirafter /after2