From: Lars-Peter Clausen Date: Tue, 30 Dec 2008 23:46:04 +0000 (+0000) Subject: Fix typo in build dependency list. X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=63980e922890fd92e637b7bbe0ce39c886622362 Fix typo in build dependency list. SVN-Revision: 13777 --- diff --git a/Xorg/lib/libxcb/Makefile b/Xorg/lib/libxcb/Makefile index a9129949d4..5e2447ad15 100644 --- a/Xorg/lib/libxcb/Makefile +++ b/Xorg/lib/libxcb/Makefile @@ -17,7 +17,7 @@ PKG_SOURCE_URL:=http://xcb.freedesktop.org/dist/ PKG_MD5SUM:= PKG_FIXUP:=libtool PKG_INSTALL:=1 -PKG_BUILD_DEPENDS:=xcbproto pthread-stubs +PKG_BUILD_DEPENDS:=xcbproto libpthread-stubs include $(INCLUDE_DIR)/package.mk