From: Lars-Peter Clausen Date: Sun, 4 Jan 2009 00:24:14 +0000 (+0000) Subject: Add dependency to damageproto. X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=3c3a0d82568999e5f464a9c8d0fc72872aa5af96;p=openwrt%2Fsvn-archive%2Fpackages.git Add dependency to damageproto. SVN-Revision: 13847 --- diff --git a/Xorg/xorg/lib/libXdamage/Makefile b/Xorg/xorg/lib/libXdamage/Makefile index ae98089bf..641c824c3 100644 --- a/Xorg/xorg/lib/libXdamage/Makefile +++ b/Xorg/xorg/lib/libXdamage/Makefile @@ -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