summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2014-12-10 14:49:55 +0100
committerGravatar Martin Szulecki2014-12-10 14:49:55 +0100
commitae637ea04cd63cb98587f9bb290b93c3a476d32b (patch)
tree5f00e9f519a27231b297f24b0dafdfda4a1504ca
parentee73b89ed43ba54de92bef61537bd6661167788f (diff)
downloadlibimobiledevice-ae637ea04cd63cb98587f9bb290b93c3a476d32b.tar.gz
libimobiledevice-ae637ea04cd63cb98587f9bb290b93c3a476d32b.tar.bz2
Improve maintainability and Requires of pkg-config file slightly
-rw-r--r--libimobiledevice-1.0.pc.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/libimobiledevice-1.0.pc.in b/libimobiledevice-1.0.pc.in
index 7a5538c..dfcdd8a 100644
--- a/libimobiledevice-1.0.pc.in
+++ b/libimobiledevice-1.0.pc.in
@@ -3,10 +3,10 @@ exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
-Name: libimobiledevice
+Name: @PACKAGE_NAME@
Description: A library to communicate with services running on Apple iOS devices.
-Version: @VERSION@
-Requires: libplist >= @LIBPLIST_VERSION@ libusbmuxd >= @LIBUSBMUXD_VERSION@ @ssl_requires@
+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