diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-01-06 12:22:16 +0800 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-01-07 11:21:46 +0100 |
commit | d27fb2aec799ec77bb645541d7bd3fc9aa63529d (patch) | |
tree | 44d3696830616bf9d146e228cceb65d49cb98ace /classes | |
parent | 2bc2e6b801236fe9768da3be3711e60b44753bb1 (diff) |
qt4x11: Cease out the qt4x11 PROVIDER
* The LGPL and Commercial edition are actually the same tarball.
* If someone sees the need he can take qt qt4-recipes and specify
-commercial in the compilation.
Diffstat (limited to 'classes')
-rw-r--r-- | classes/qt4x11.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/qt4x11.bbclass b/classes/qt4x11.bbclass index aa2e2a174e..2d56b7e95b 100644 --- a/classes/qt4x11.bbclass +++ b/classes/qt4x11.bbclass @@ -1,4 +1,4 @@ -DEPENDS_prepend = "${@["qt4x11 ", ""][(bb.data.getVar('PN', d, 1)[:12] == 'qt4-x11-free')]}" +DEPENDS_prepend = "${@["qt4-x11-free ", ""][(bb.data.getVar('PN', d, 1)[:12] == 'qt4-x11-free')]}" inherit qmake2 |