diff options
| author | Ross Burton <ross.burton@arm.com> | 2023-05-25 13:13:47 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-05-25 08:57:47 -0700 |
| commit | c89b5141d32dd925af092977aab514077b37d50f (patch) | |
| tree | 80127dc117fda71e73220052ab480c3dd001f4ac | |
| parent | aea3f99f9722ac81f8a05165b56e3780a93381d9 (diff) | |
| download | meta-openembedded-c89b5141d32dd925af092977aab514077b37d50f.tar.gz | |
eog: requires gobject-introspection-data DISTRO_FEATURE
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-gnome/recipes-gnome/eog/eog_44.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/eog/eog_44.1.bb b/meta-gnome/recipes-gnome/eog/eog_44.1.bb index 95e421c883..0b7cfca49b 100644 --- a/meta-gnome/recipes-gnome/eog/eog_44.1.bb +++ b/meta-gnome/recipes-gnome/eog/eog_44.1.bb | |||
| @@ -19,7 +19,8 @@ GNOMEBASEBUILDCLASS = "meson" | |||
| 19 | 19 | ||
| 20 | inherit gnomebase pkgconfig gsettings gobject-introspection gettext mime-xdg features_check gtk-icon-cache | 20 | inherit gnomebase pkgconfig gsettings gobject-introspection gettext mime-xdg features_check gtk-icon-cache |
| 21 | 21 | ||
| 22 | REQUIRED_DISTRO_FEATURES = "opengl" | 22 | # FIXME: whilst eog uses libpeas <2, g-i is needed. This can be removed when libpeas2 is used. |
| 23 | REQUIRED_DISTRO_FEATURES = "opengl gobject-introspection-data" | ||
| 23 | 24 | ||
| 24 | SRC_URI += "file://0001-Replace-filename-with-basename.patch" | 25 | SRC_URI += "file://0001-Replace-filename-with-basename.patch" |
| 25 | SRC_URI[archive.sha256sum] = "e2c963f232fe5a1091dcc18bec25a730e91b02af6e466601efa55e500cd74cab" | 26 | SRC_URI[archive.sha256sum] = "e2c963f232fe5a1091dcc18bec25a730e91b02af6e466601efa55e500cd74cab" |
