even more compile fixes
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9918 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c091164493
commit
83c9b04f8f
@ -31,6 +31,7 @@ define Build/Compile
|
||||
endef
|
||||
|
||||
define Package/x-bkgd-images/install
|
||||
$(INSTALL_DIR) $(1)
|
||||
$(CP) ./files/* $(1)/
|
||||
endef
|
||||
|
||||
|
@ -161,6 +161,7 @@ define Packages/xorg-server-config/install
|
||||
endef
|
||||
|
||||
define Build/InstallDev
|
||||
$(INSTALL_DIR) $(1)/usr/include $(1)/usr/lib/pkgconfig
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/include/* $(1)/usr/include/
|
||||
$(CP) $(PKG_BUILD_DIR)/xorg-server.pc $(1)/usr/lib/pkgconfig/
|
||||
endef
|
||||
|
Loading…
x
Reference in New Issue
Block a user