From: Lars-Peter Clausen Date: Sun, 14 Dec 2008 21:03:56 +0000 (+0000) Subject: Fix typo in dependencies. xfixesproto -> fixesproto X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=2c6c84c3e4ea23e8d80c8f9fa985c287a8c68961 Fix typo in dependencies. xfixesproto -> fixesproto SVN-Revision: 13636 --- diff --git a/Xorg/xorg/lib/libXdamage/Makefile b/Xorg/xorg/lib/libXdamage/Makefile index bcd07d8a31..d720bd6ed5 100644 --- a/Xorg/xorg/lib/libXdamage/Makefile +++ b/Xorg/xorg/lib/libXdamage/Makefile @@ -15,7 +15,7 @@ PKG_SOURCE_URL:=http://xorg.freedesktop.org/releases/X11R7.4/src/lib/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR=$(BUILD_DIR)/Xorg/$(_CATEGORY)/$(PKG_NAME)-$(PKG_VERSION)/ PKG_FIXUP:=libtool -PKG_BUILD_DEPENDS:=xproto xextproto xfixesproto +PKG_BUILD_DEPENDS:=xproto xextproto fixesproto include $(INCLUDE_DIR)/package.mk