summaryrefslogtreecommitdiffstats
path: root/src/libimobiledevice-1.0.pc.in
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2015-01-28 20:54:25 +0100
committerGravatar Martin Szulecki2015-01-28 20:54:25 +0100
commit4d95679e67a11b6a748d0df192e410457229b83c (patch)
tree1fb85c1d2b2a6d77591a037e71731d163770f132 /src/libimobiledevice-1.0.pc.in
parent3f0ab718d51bd6649e171a4e411cd062cd9817cc (diff)
downloadlibimobiledevice-4d95679e67a11b6a748d0df192e410457229b83c.tar.gz
libimobiledevice-4d95679e67a11b6a748d0df192e410457229b83c.tar.bz2
Move pkg-config file into src directory
Diffstat (limited to 'src/libimobiledevice-1.0.pc.in')
-rw-r--r--src/libimobiledevice-1.0.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/libimobiledevice-1.0.pc.in b/src/libimobiledevice-1.0.pc.in
new file mode 100644
index 0000000..dfcdd8a
--- /dev/null
+++ b/src/libimobiledevice-1.0.pc.in
@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: @PACKAGE_NAME@
+Description: A library to communicate with services running on Apple iOS devices.
+Version: @PACKAGE_VERSION@
+Libs: -L${libdir} -limobiledevice
+Cflags: -I${includedir}
+Requires: libplist >= @LIBPLIST_VERSION@
+Requires.private: libusbmuxd >= @LIBUSBMUXD_VERSION@ @ssl_requires@ \ No newline at end of file