From bcfbd3b0892f109f337a0af4473816d0a0ee2cc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 7 Jan 2021 13:45:19 +0100 Subject: [PATCH] lxqt-world: add picom to RRECOMMENDS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-lxqt/packagegroups/lxqt-world.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes-lxqt/packagegroups/lxqt-world.bb b/recipes-lxqt/packagegroups/lxqt-world.bb index 669adc13..1af54435 100644 --- a/recipes-lxqt/packagegroups/lxqt-world.bb +++ b/recipes-lxqt/packagegroups/lxqt-world.bb @@ -34,3 +34,7 @@ RDEPENDS_${PN} = " \ ${@bb.utils.contains("DISTRO_FEATURES", "x11", "qterminal", "",d)} \ qtermwidget \ " + +RRECOMMENDS_${PN} = " \ + ${@bb.utils.contains("DISTRO_FEATURES", "x11", "picom", "",d)} \ +"