mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-21 23:31:54 +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
|
||||
|
||||
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) \
|
||||
$(PKG_INSTALL_DIR)/usr/include/SDL/* \
|
||||
$(1)/usr/include/SDL/
|
||||
|
||||
$(CP) \
|
||||
$(PKG_INSTALL_DIR)/usr/lib/*.{a,so*} \
|
||||
$(1)/usr/lib/
|
||||
|
||||
$(INSTALL_DATA) \
|
||||
$(PKG_INSTALL_DIR)/usr/lib/pkgconfig/* \
|
||||
$(1)/usr/lib/pkgconfig
|
||||
endef
|
||||
|
||||
define Package/libsdl-gfx/install
|
||||
|
Loading…
Reference in New Issue
Block a user