summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2024-04-22 11:14:32 +0200
committerKhem Raj <raj.khem@gmail.com>2024-04-30 10:59:05 -0700
commit876a9665f97f9fc29575596bfb9773f13dc3f9fb (patch)
tree9a90b437bba15ef3440a549167cfe6960a829eec
parent4f5eda4fc3d4ac1ffa3c1d97231f6bc238280293 (diff)
downloadmeta-openembedded-876a9665f97f9fc29575596bfb9773f13dc3f9fb.tar.gz
gst-instruments: enable ui PACKAGECONFIG only with GTK3DISTROFEATURES
* fixes: ERROR: Nothing PROVIDES 'gtk+3' (but meta-oe/meta-multimedia/recipes-support/gst-instruments/gst-instruments_git.bb DEPENDS on or otherwise requires it) gtk+3 was skipped: one of 'wayland x11' needs to be in DISTRO_FEATURES Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-multimedia/recipes-support/gst-instruments/gst-instruments_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-support/gst-instruments/gst-instruments_git.bb b/meta-multimedia/recipes-support/gst-instruments/gst-instruments_git.bb
index df688bbcda..04d16ffe11 100644
--- a/meta-multimedia/recipes-support/gst-instruments/gst-instruments_git.bb
+++ b/meta-multimedia/recipes-support/gst-instruments/gst-instruments_git.bb
@@ -19,5 +19,5 @@ FILES:${PN} += "${libdir}/*"
19 19
20INSANE_SKIP:${PN}-dev = "dev-elf" 20INSANE_SKIP:${PN}-dev = "dev-elf"
21 21
22PACKAGECONFIG ??= "ui" 22PACKAGECONFIG ??= "${@bb.utils.contains_any('DISTRO_FEATURES', '${GTK3DISTROFEATURES}', 'ui', '', d)}"
23PACKAGECONFIG[ui] = "-Dui=enabled,-Dui=disabled,gtk+3" 23PACKAGECONFIG[ui] = "-Dui=enabled,-Dui=disabled,gtk+3"