diff options
| author | Kai Kang <kai.kang@windriver.com> | 2024-03-19 20:25:28 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-03-20 09:28:12 -0700 |
| commit | 20c74cc4e90ca8db4947e358347ade43429c5c72 (patch) | |
| tree | a6e65210e18c153ab8bc19690a21fa081bedf6fa /meta-gnome/recipes-gnome/libgdata | |
| parent | 4007f66b579f8b35d0707dd8f2d38269363d31aa (diff) | |
| download | meta-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.bb | 1 |
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" | |||
| 14 | inherit gnomebase pkgconfig gettext gtk-doc vala gobject-introspection manpages features_check | 14 | inherit gnomebase pkgconfig gettext gtk-doc vala gobject-introspection manpages features_check |
| 15 | 15 | ||
| 16 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | 16 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
| 17 | REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('PACKAGECONFIG', 'goa', 'opengl', '', d)}" | ||
| 17 | 18 | ||
| 18 | do_compile:prepend() { | 19 | do_compile:prepend() { |
| 19 | export GIR_EXTRA_LIBS_PATH="${B}/gdata/.libs" | 20 | export GIR_EXTRA_LIBS_PATH="${B}/gdata/.libs" |
