diff options
Diffstat (limited to 'meson/test cases/unit/62 pkgconfig relative paths/pkgconfig')
-rw-r--r-- | meson/test cases/unit/62 pkgconfig relative paths/pkgconfig/librelativepath.pc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meson/test cases/unit/62 pkgconfig relative paths/pkgconfig/librelativepath.pc b/meson/test cases/unit/62 pkgconfig relative paths/pkgconfig/librelativepath.pc new file mode 100644 index 000000000..dae1eed75 --- /dev/null +++ b/meson/test cases/unit/62 pkgconfig relative paths/pkgconfig/librelativepath.pc @@ -0,0 +1,9 @@ +prefix=../relativepath +exec_prefix=${prefix} +libdir=${exec_prefix}/lib + +Name: Relative path +Description: Relative path library +Version: 0.0.1 +Libs: -L${libdir} -lrelativepath +Cflags: |