From 97237c9300d404e5b3f763f632338ee8b5eb8cfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 27 Sep 2016 18:44:14 +0200 Subject: [PATCH] lxqt.bbclass: various updates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * remove qt5-translation from inherit - we have lxqt-l10n only * add lxqt-l10n to RDEPENDS * remove unneeded comment Signed-off-by: Andreas Müller --- classes/lxqt.bbclass | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/classes/lxqt.bbclass b/classes/lxqt.bbclass index 54f0066b..043d68b1 100644 --- a/classes/lxqt.bbclass +++ b/classes/lxqt.bbclass @@ -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"