[packages] libXtst install headers.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@19228 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
46f5cbbfd3
commit
2a2b3542e0
@ -32,7 +32,12 @@ define Package/libXtst
|
||||
endef
|
||||
|
||||
define Build/InstallDev
|
||||
$(INSTALL_DIR) $(1)/usr/lib/pkgconfig
|
||||
$(INSTALL_DIR) $(1)/usr/{include,lib/pkgconfig}
|
||||
|
||||
$(CP) \
|
||||
$(PKG_INSTALL_DIR)/usr/include/* \
|
||||
$(1)/usr/include/
|
||||
|
||||
$(CP) \
|
||||
$(PKG_INSTALL_DIR)/usr/lib/*.{so*,a,la} \
|
||||
$(1)/usr/lib/
|
||||
|
Loading…
x
Reference in New Issue
Block a user