diff options
Diffstat (limited to 'libirecovery.pc.in')
-rw-r--r-- | libirecovery.pc.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libirecovery.pc.in b/libirecovery.pc.in index 752af9d..39cc29b 100644 --- a/libirecovery.pc.in +++ b/libirecovery.pc.in @@ -3,9 +3,9 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ -Name: libirecovery +Name: @PACKAGE_NAME@ Description: A library to communicate with iBoot/iBSS on iOS devices via USB -Version: @VERSION@ +Version: @PACKAGE_VERSION@ Libs: -L${libdir} -lirecovery Cflags: -I${includedir} - +Requires.private: libusb-1.0 >= @LIBUSB_VERSION@
\ No newline at end of file |