diff options
author | Martin Szulecki | 2014-12-10 14:49:55 +0100 |
---|---|---|
committer | Martin Szulecki | 2014-12-10 14:49:55 +0100 |
commit | ae637ea04cd63cb98587f9bb290b93c3a476d32b (patch) | |
tree | 5f00e9f519a27231b297f24b0dafdfda4a1504ca | |
parent | ee73b89ed43ba54de92bef61537bd6661167788f (diff) | |
download | libimobiledevice-ae637ea04cd63cb98587f9bb290b93c3a476d32b.tar.gz libimobiledevice-ae637ea04cd63cb98587f9bb290b93c3a476d32b.tar.bz2 |
Improve maintainability and Requires of pkg-config file slightly
-rw-r--r-- | libimobiledevice-1.0.pc.in | 8 |
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 |