diff options
| author | Changqing Li <changqing.li@windriver.com> | 2026-03-11 13:05:50 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-03-17 13:25:21 -0700 |
| commit | acc562d488a5ccaa896bcb8948ceaf28b0c66d36 (patch) | |
| tree | 5688e210572980cea69a1030ffa2fc837daf2b4e /meta-gnome | |
| parent | aa96ff9526c8a33db08ade3053473f9f0e901415 (diff) | |
| download | meta-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.bb | 2 |
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 | ||
| 49 | inherit meson gtk-icon-cache mime-xdg pkgconfig gettext gobject-introspection vala bash-completion | 49 | inherit meson gtk-icon-cache mime-xdg pkgconfig gettext gobject-introspection vala bash-completion |
| 50 | 50 | ||
| 51 | REQUIRED_DISTRO_FEATURES = "x11" | ||
| 52 | |||
| 51 | GIR_MESON_OPTION = 'can-crosscompile-gir' | 53 | GIR_MESON_OPTION = 'can-crosscompile-gir' |
| 52 | VALA_MESON_OPTION = "vala" | 54 | VALA_MESON_OPTION = "vala" |
| 53 | VALA_MESON_ENABLE_FLAG = "enabled" | 55 | VALA_MESON_ENABLE_FLAG = "enabled" |
