From: Lars-Peter Clausen Date: Sat, 10 Jan 2009 12:24:33 +0000 (+0000) Subject: Fix typo. X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=7aa5f12b6608a6029c8d8d2252b02d1c7e7af851 Fix typo. SVN-Revision: 13959 --- diff --git a/Xorg/xorg/lib/libXdamage/Makefile b/Xorg/xorg/lib/libXdamage/Makefile index 40f924300a..864f7bf1f3 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 xdamageproto +PKG_BUILD_DEPENDS:=xproto xextproto fixesproto damageproto include $(INCLUDE_DIR)/package.mk