diff options
author | Nikias Bassen | 2021-06-07 02:01:35 +0200 |
---|---|---|
committer | Nikias Bassen | 2021-06-07 03:41:07 +0200 |
commit | 046b26150e004a8ac740e699c6c3e11be29e8f11 (patch) | |
tree | 8f59597463dccd81ca180a87668e53864c4b09ae /src/libimobiledevice-glue-1.0.pc.in | |
download | libimobiledevice-glue-046b26150e004a8ac740e699c6c3e11be29e8f11.tar.gz libimobiledevice-glue-046b26150e004a8ac740e699c6c3e11be29e8f11.tar.bz2 |
Initial check-in of sources
Diffstat (limited to 'src/libimobiledevice-glue-1.0.pc.in')
-rw-r--r-- | src/libimobiledevice-glue-1.0.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/libimobiledevice-glue-1.0.pc.in b/src/libimobiledevice-glue-1.0.pc.in new file mode 100644 index 0000000..814a33c --- /dev/null +++ b/src/libimobiledevice-glue-1.0.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: @PACKAGE_NAME@ +Description: Common library for libimobiledevice and co. +Version: @PACKAGE_VERSION@ +Libs: -L${libdir} -limobiledevice-glue-1.0 +Cflags: -I${includedir} +Requires: libplist-2.0 >= @LIBPLIST_VERSION@ |