summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2026-03-11 13:05:50 +0800
committerKhem Raj <raj.khem@gmail.com>2026-03-17 13:25:21 -0700
commitacc562d488a5ccaa896bcb8948ceaf28b0c66d36 (patch)
tree5688e210572980cea69a1030ffa2fc837daf2b4e /meta-gnome
parentaa96ff9526c8a33db08ade3053473f9f0e901415 (diff)
downloadmeta-openembedded-acc562d488a5ccaa896bcb8948ceaf28b0c66d36.tar.gz
gimp: add x11 to REQUIRED_DISTRO_FEATURES
When DISTRO_FEATURES only contains wayland, but not x11, world build will report: ERROR: Nothing PROVIDES 'libxmu' (but /build/layers/meta-openembedded/meta-gnome/recipes-gimp/gimp/gimp_3.0.8.bb DEPENDS on or otherwise requires it) libxmu was skipped: using DISTRO 'poky', which is missing required DISTRO_FEATURES: 'x11' Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gimp/gimp/gimp_3.0.8.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gimp/gimp/gimp_3.0.8.bb b/meta-gnome/recipes-gimp/gimp/gimp_3.0.8.bb
index 5cbb94055a..1c7f634b65 100644
--- a/meta-gnome/recipes-gimp/gimp/gimp_3.0.8.bb
+++ b/meta-gnome/recipes-gimp/gimp/gimp_3.0.8.bb
@@ -48,6 +48,8 @@ LDFLAGS:append:libc-musl = " -lexecinfo"
48 48
49inherit meson gtk-icon-cache mime-xdg pkgconfig gettext gobject-introspection vala bash-completion 49inherit meson gtk-icon-cache mime-xdg pkgconfig gettext gobject-introspection vala bash-completion
50 50
51REQUIRED_DISTRO_FEATURES = "x11"
52
51GIR_MESON_OPTION = 'can-crosscompile-gir' 53GIR_MESON_OPTION = 'can-crosscompile-gir'
52VALA_MESON_OPTION = "vala" 54VALA_MESON_OPTION = "vala"
53VALA_MESON_ENABLE_FLAG = "enabled" 55VALA_MESON_ENABLE_FLAG = "enabled"