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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user