From: Michael Büsch Date: Fri, 20 Aug 2010 19:28:29 +0000 (+0000) Subject: pyqt4: Fix build deps X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=b035824242c3d336edff222ba152de49482134bb;hp=f2a2f218020d339f816ee251123b1a6198482334;ds=sidebyside pyqt4: Fix build deps SVN-Revision: 22744 --- diff --git a/lang/pyqt4/Makefile b/lang/pyqt4/Makefile index 902544a40a..68455026c8 100644 --- a/lang/pyqt4/Makefile +++ b/lang/pyqt4/Makefile @@ -18,7 +18,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/PyQt-x11-gpl-$(PKG_VERSION) PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 -PKG_BUILD_DEPENDS:=python-sip qt4 +PKG_BUILD_DEPENDS:=python-sip/host include $(INCLUDE_DIR)/package.mk $(call include_mk, python-package.mk)