diff options
| author | Ross Burton <ross.burton@arm.com> | 2023-05-25 13:13:51 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-05-26 08:28:37 -0700 |
| commit | d27e920c58fbb411b41dd4b2f4ea65b973d552aa (patch) | |
| tree | cf522aa6782685508e7375d8ae17dae16f493005 | |
| parent | caf45f1bc2590b4aeb1083799995cd4c8ce939e9 (diff) | |
| download | meta-openembedded-d27e920c58fbb411b41dd4b2f4ea65b973d552aa.tar.gz | |
nautilus: 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/nautilus/nautilus_44.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus_44.1.bb b/meta-gnome/recipes-gnome/nautilus/nautilus_44.1.bb index f7eeb5f5d0..65bef45da7 100644 --- a/meta-gnome/recipes-gnome/nautilus/nautilus_44.1.bb +++ b/meta-gnome/recipes-gnome/nautilus/nautilus_44.1.bb | |||
| @@ -29,7 +29,7 @@ def gnome_verdir(v): | |||
| 29 | SRC_URI += "file://0001-Replace-filename-with-basename.patch" | 29 | SRC_URI += "file://0001-Replace-filename-with-basename.patch" |
| 30 | SRC_URI[archive.sha256sum] = "360802a595e3edbad962c8cea353b62baa8be407513b5162c89c933ca5387aa9" | 30 | SRC_URI[archive.sha256sum] = "360802a595e3edbad962c8cea353b62baa8be407513b5162c89c933ca5387aa9" |
| 31 | 31 | ||
| 32 | REQUIRED_DISTRO_FEATURES = "x11 opengl" | 32 | REQUIRED_DISTRO_FEATURES = "x11 opengl gobject-introspection-data" |
| 33 | 33 | ||
| 34 | EXTRA_OEMESON += " \ | 34 | EXTRA_OEMESON += " \ |
| 35 | -Dtests=none \ | 35 | -Dtests=none \ |
