summaryrefslogtreecommitdiffstats
path: root/libirecovery.pc.in
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2015-01-29 21:40:35 +0100
committerGravatar Martin Szulecki2015-01-29 21:40:35 +0100
commite4349e5b41e06f710106141e7853c3f7e3899d62 (patch)
treea9137259fd5ca7ea8a286dd86dbe51e8f38a9e02 /libirecovery.pc.in
parent8f8219bec024d471bfc7574433e3b69019b3988e (diff)
downloadlibirecovery-e4349e5b41e06f710106141e7853c3f7e3899d62.tar.gz
libirecovery-e4349e5b41e06f710106141e7853c3f7e3899d62.tar.bz2
Improve maintainability and requires of pkg-config file
Diffstat (limited to 'libirecovery.pc.in')
-rw-r--r--libirecovery.pc.in6
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