diff mbox series

[13/14] xfce4-whiskermenu-plugin: don't forcibly recommend a menu editor

Message ID 20230525121357.245812-13-ross.burton@arm.com
State Under Review
Headers show
Series [01/14] libpeas: requires gobject-introspection-data DISTRO_FEATURE | expand

Commit Message

Ross Burton May 25, 2023, 12:13 p.m. UTC
From: Ross Burton <ross.burton@arm.com>

A menu plugin doesn't need to recommend a specific menu editor.

This also means that the whiskermenu plugin can be built without
gobject-introspection being present, which means menulibre is unbuildable.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .../whiskermenu/xfce4-whiskermenu-plugin_2.7.1.bb               | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_2.7.1.bb b/meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_2.7.1.bb
index 6621099cbd..3dfc76f246 100644
--- a/meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_2.7.1.bb
+++ b/meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_2.7.1.bb
@@ -6,5 +6,3 @@  LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 inherit xfce-panel-plugin cmake
 
 SRC_URI[sha256sum] = "04ae0c1764a0d5ec70f18a760d998a2109bb6724f048554d7d6999d9072ca63e"
-
-RRECOMMENDS:${PN} += "menulibre"