diff options
author | Ross Burton <ross.burton@arm.com> | 2023-05-25 13:13:56 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-05-26 08:28:37 -0700 |
commit | d575f9f07d05c4e959f53fb3d8348bbf4705d81c (patch) | |
tree | c01bef850bc7640c6adbf28a37f48aa064071156 | |
parent | 1c7861509e8db634fe1366c0da2b159b72b4026e (diff) | |
download | meta-openembedded-d575f9f07d05c4e959f53fb3d8348bbf4705d81c.tar.gz |
xfce4-whiskermenu-plugin: don't forcibly recommend a menu editor
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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-xfce/recipes-panel-plugins/whiskermenu/xfce4-whiskermenu-plugin_2.7.1.bb | 2 |
1 files changed, 0 insertions, 2 deletions
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 6621099cb..3dfc76f24 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" | |||
6 | inherit xfce-panel-plugin cmake | 6 | inherit xfce-panel-plugin cmake |
7 | 7 | ||
8 | SRC_URI[sha256sum] = "04ae0c1764a0d5ec70f18a760d998a2109bb6724f048554d7d6999d9072ca63e" | 8 | SRC_URI[sha256sum] = "04ae0c1764a0d5ec70f18a760d998a2109bb6724f048554d7d6999d9072ca63e" |
9 | |||
10 | RRECOMMENDS:${PN} += "menulibre" | ||