From: Felix Fietkau Date: Sun, 25 Mar 2007 16:22:42 +0000 (+0000) Subject: add prereq check for pkg-config (required by ntfs-3g) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=7fdb2773d7e5519c4f55b8f286170041bcdc7d38;p=15.05%2Fopenwrt.git add prereq check for pkg-config (required by ntfs-3g) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6696 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/ntfs-3g/Makefile b/package/ntfs-3g/Makefile index aaf85083ed..5c07adaa7c 100644 --- a/package/ntfs-3g/Makefile +++ b/package/ntfs-3g/Makefile @@ -105,3 +105,6 @@ define Package/ntfs-3g/install endef $(eval $(call BuildPackage,ntfs-3g)) +$(eval $(call RequireCommand,pkg-config, \ + $(PKG_NAME) requires pkg-config. \ +))