From e4349e5b41e06f710106141e7853c3f7e3899d62 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Thu, 29 Jan 2015 21:40:35 +0100 Subject: Improve maintainability and requires of pkg-config file --- libirecovery.pc.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libirecovery.pc.in') 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 -- cgit v1.1-32-gdbae