mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-21 23:19:42 +02:00
libsdl-gfx: copy the missing .pc files, thanks Jiva
This commit is contained in:
parent
c8ada0df0d
commit
51fc69f505
@ -51,13 +51,22 @@ define Build/Compile
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(INSTALL_DIR) $(1)/usr/include/SDL $(1)/usr/lib
|
$(INSTALL_DIR) \
|
||||||
|
$(1)/usr/include/SDL \
|
||||||
|
$(1)/usr/lib \
|
||||||
|
$(1)/usr/lib/pkgconfig
|
||||||
|
|
||||||
$(CP) \
|
$(CP) \
|
||||||
$(PKG_INSTALL_DIR)/usr/include/SDL/* \
|
$(PKG_INSTALL_DIR)/usr/include/SDL/* \
|
||||||
$(1)/usr/include/SDL/
|
$(1)/usr/include/SDL/
|
||||||
|
|
||||||
$(CP) \
|
$(CP) \
|
||||||
$(PKG_INSTALL_DIR)/usr/lib/*.{a,so*} \
|
$(PKG_INSTALL_DIR)/usr/lib/*.{a,so*} \
|
||||||
$(1)/usr/lib/
|
$(1)/usr/lib/
|
||||||
|
|
||||||
|
$(INSTALL_DATA) \
|
||||||
|
$(PKG_INSTALL_DIR)/usr/lib/pkgconfig/* \
|
||||||
|
$(1)/usr/lib/pkgconfig
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libsdl-gfx/install
|
define Package/libsdl-gfx/install
|
||||||
|
Loading…
Reference in New Issue
Block a user