From: John Crispin Date: Sat, 17 Jan 2015 12:52:28 +0000 (+0000) Subject: add pkgconfig information for popt library X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=748d45289980de78e727060b68230392c1efbb6f;p=openwrt%2Fstaging%2Fwigyori.git add pkgconfig information for popt library Modify makefile to record pkgconfig information for the popt library. Signed-off-by: Mike Brady SVN-Revision: 43994 --- diff --git a/package/libs/popt/Makefile b/package/libs/popt/Makefile index bd2e6e2883..b31b311513 100644 --- a/package/libs/popt/Makefile +++ b/package/libs/popt/Makefile @@ -45,6 +45,8 @@ define Build/InstallDev $(CP) $(PKG_INSTALL_DIR)/usr/include/popt.h $(1)/usr/include/ $(INSTALL_DIR) $(1)/usr/lib $(CP) $(PKG_INSTALL_DIR)/usr/lib/libpopt.{a,so*} $(1)/usr/lib/ + $(INSTALL_DIR) $(1)/usr/lib/pkgconfig + $(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/popt.pc $(1)/usr/lib/pkgconfig/ endef define Package/libpopt/install