aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2018-09-05 07:22:20 +0200
committerMarcus Meissner <marcus@jet.franken.de>2018-09-05 07:22:20 +0200
commit2815b1963e6736ed52b4b4dbb8e263f8aa72a689 (patch)
treee4dbd00acc0a25a10a170713a737c054a981d971
parent9e8cc5aee99052ac87029910ba2059046fe65e5f (diff)
downloadlibmtp-2815b1963e6736ed52b4b4dbb8e263f8aa72a689.tar.gz
added pkg-config as build dependency
fixes https://github.com/libmtp/libmtp/issues/14
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 203957d..12469eb 100644
--- a/INSTALL
+++ b/INSTALL
@@ -32,7 +32,7 @@ Dependencies
To build libmtp you should only need development files for libusb.
(Often named libusb-devel or similar.) For working with CVS versions
-you may need autoconf, automake, libtool, gettext(-devel).
+you may need autoconf, automake, libtool, pkg-config, gettext(-devel).
To enable the optional MTPZ support using libgcrypt you need the
libgcrypt library installed as well.