summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/libgdata
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2024-03-19 20:25:28 -0700
committerKhem Raj <raj.khem@gmail.com>2024-03-20 09:28:12 -0700
commit20c74cc4e90ca8db4947e358347ade43429c5c72 (patch)
treea6e65210e18c153ab8bc19690a21fa081bedf6fa /meta-gnome/recipes-gnome/libgdata
parent4007f66b579f8b35d0707dd8f2d38269363d31aa (diff)
downloadmeta-openembedded-20c74cc4e90ca8db4947e358347ade43429c5c72.tar.gz
Packages depends on libadwaita should require distro feature opengl
libadwaita requires distro feature 'opengl', so packages depends on it either directly or indirectly should require distro feature 'opengl' too. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/libgdata')
-rw-r--r--meta-gnome/recipes-gnome/libgdata/libgdata_0.18.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/libgdata/libgdata_0.18.1.bb b/meta-gnome/recipes-gnome/libgdata/libgdata_0.18.1.bb
index 15e3d889f5..a65fc61feb 100644
--- a/meta-gnome/recipes-gnome/libgdata/libgdata_0.18.1.bb
+++ b/meta-gnome/recipes-gnome/libgdata/libgdata_0.18.1.bb
@@ -14,6 +14,7 @@ GTKDOC_MESON_OPTION = "gtk_doc"
14inherit gnomebase pkgconfig gettext gtk-doc vala gobject-introspection manpages features_check 14inherit gnomebase pkgconfig gettext gtk-doc vala gobject-introspection manpages features_check
15 15
16ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" 16ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
17REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('PACKAGECONFIG', 'goa', 'opengl', '', d)}"
17 18
18do_compile:prepend() { 19do_compile:prepend() {
19 export GIR_EXTRA_LIBS_PATH="${B}/gdata/.libs" 20 export GIR_EXTRA_LIBS_PATH="${B}/gdata/.libs"