libqmi: include pkg-config file in InstallDev
Signed-off-by: Aleksander Morgado <aleksander@gnu.org> Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/packages@35654 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a9587abe23
commit
7f43678e35
@ -35,6 +35,11 @@ define Build/InstallDev
|
||||
$(CP) \
|
||||
$(PKG_INSTALL_DIR)/usr/lib/*.{so*,a,la} \
|
||||
$(1)/usr/lib/
|
||||
|
||||
$(INSTALL_DIR) $(1)/usr/lib/pkgconfig
|
||||
$(CP) \
|
||||
$(PKG_INSTALL_DIR)/usr/lib/pkgconfig/qmi-glib.pc \
|
||||
$(1)/usr/lib/pkgconfig
|
||||
endef
|
||||
|
||||
define Package/libqmi/install
|
||||
|
Loading…
x
Reference in New Issue
Block a user