projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1325dcf
)
do not depend von QT4_WS_X11 as it creates a recursive dependency and therewith weird...
author
Mirko Vogt
<mirko@openwrt.org>
Fri, 8 Oct 2010 13:10:34 +0000
(13:10 +0000)
committer
Mirko Vogt
<mirko@openwrt.org>
Fri, 8 Oct 2010 13:10:34 +0000
(13:10 +0000)
SVN-Revision: 23321
lang/pyqt4/Makefile
patch
|
blob
|
history
diff --git
a/lang/pyqt4/Makefile
b/lang/pyqt4/Makefile
index dab9aff48a4717fa67dc0c98614117834631a843..25aaef41af0f63fe1353279ec5a4e7edafd6a6f2 100644
(file)
--- a/
lang/pyqt4/Makefile
+++ b/
lang/pyqt4/Makefile
@@
-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