Fix typo in build dependency list.
authorlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 30 Dec 2008 23:46:04 +0000 (23:46 +0000)
committerlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 30 Dec 2008 23:46:04 +0000 (23:46 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@13777 3c298f89-4303-0410-b956-a3cf2f4a3e73

Xorg/lib/libxcb/Makefile

index a912994..5e2447a 100644 (file)
@@ -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