lxqt.bbclass: various updates

* remove qt5-translation from inherit - we have lxqt-l10n only
* add lxqt-l10n to RDEPENDS
* remove unneeded comment

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2016-09-27 18:44:14 +02:00
parent ce6fa12584
commit 97237c9300

View File

@@ -1,4 +1,4 @@
inherit cmake_qt5 cmake_extra_sanity qt5-translation
inherit cmake_qt5 cmake_extra_sanity
HOMEPAGE = "http://lxqt.org/"
@@ -12,5 +12,6 @@ EXTRA_OECMAKE += " \
-DCLEAN_TRANSLATIONS=Off \
"
# REVISIT: configure to use only ${libdir}/cmake
FILES_${PN}-dev += "${datadir}/cmake ${libdir}/cmake"
RDEPENDS_${PN} += "lxqt-l10n"