Fix dependencies for a lot of xorg packages.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12522 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
lars
2008-09-03 20:55:27 +00:00
parent 0ca049a18a
commit 69086fb8e8
85 changed files with 122 additions and 217 deletions

View File

@ -26,7 +26,7 @@ define Package/renderproto
endef
define Build/InstallDev
DESTDIR=$(STAGING_DIR) $(MAKE) -C $(PKG_BUILD_DIR)/ $(MAKE_FLAGS) install
DESTDIR="$(1)" $(MAKE) -C $(PKG_BUILD_DIR)/ $(MAKE_FLAGS) install
endef
define Build/Compile