[qt4] do not depend von QT4_WS_X11 as it creates a recursive dependency and therewith weird behaviours in menuconfig

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23321 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mirko 2010-10-08 13:10:34 +00:00
parent 738349bc3d
commit 71bd0ca7e6

View File

@ -31,7 +31,7 @@ define Package/pyqt4
TITLE:=Python QT4
MAINTAINER:=Michael Buesch <mb@bu3sch.de>
URL:=http://www.riverbankcomputing.co.uk/software/pyqt/download
DEPENDS:=+qt4 +dbus-python +python-sip @QT4_WS_X11
DEPENDS:=+qt4 +dbus-python +python-sip
endef
define Package/pyqt4/Description