diff options
-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 |