Add dependency to damageproto.
authorlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 4 Jan 2009 00:24:14 +0000 (00:24 +0000)
committerlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 4 Jan 2009 00:24:14 +0000 (00:24 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@13847 3c298f89-4303-0410-b956-a3cf2f4a3e73

Xorg/xorg/lib/libXdamage/Makefile

index ae98089..641c824 100644 (file)
@@ -18,7 +18,7 @@ PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/$(PKG_NAME)-$(PKG_VERSION)/
 PKG_MD5SUM:=ac0ce6b0063a9858c8f24ddb4c60487d
 PKG_FIXUP:=libtool
 PKG_INSTALL:=1
-PKG_BUILD_DEPENDS:=xproto xextproto fixesproto
+PKG_BUILD_DEPENDS:=xproto xextproto fixesproto xdamageproto
 
 include $(INCLUDE_DIR)/package.mk