diff options
| author | Andreas Müller <schnitzeltony@gmail.com> | 2022-04-16 21:40:13 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-04-18 10:12:51 -0700 |
| commit | 159fd281968815b88bf683cd7c319e34202c1815 (patch) | |
| tree | 891209fb77f0170d1eb5eb04992315da9afe2c5c | |
| parent | 9864902a15fcc5b0909a1520bf83827a5ad39809 (diff) | |
| download | meta-openembedded-159fd281968815b88bf683cd7c319e34202c1815.tar.gz | |
gjs: Add cairo to DEPENDS unconditionally
Cairo module seems mandatory:
| raspberrypi4-64 gnome-shell[4912]: JS ERROR: ImportError: No JS module 'cairoNative' found in search path
@resource:///org/gnome/gjs/modules/script/cairo.js:5:1
@resource:///org/gnome/shell/ui/pointerA11yTimeout.js:4:15
@resource:///org/gnome/shell/ui/main.js:49:28
@resource:///org/gnome/shell/ui/init.js:6:1
| raspberrypi4-64 gnome-shell[4912]: Execution of main.js threw exception: Module resource:///org/gnome/shell/ui/init.js threw an exception
| raspberrypi4-64 systemd[2783]: org.gnome.Shell@wayland.service: Failed with result 'protocol'.
| raspberrypi4-64 systemd[2783]: Failed to start GNOME Shell on Wayland.
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-gnome/recipes-gnome/gjs/gjs_1.72.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gjs/gjs_1.72.0.bb b/meta-gnome/recipes-gnome/gjs/gjs_1.72.0.bb index 9e6fc45db3..95e4bd5cc6 100644 --- a/meta-gnome/recipes-gnome/gjs/gjs_1.72.0.bb +++ b/meta-gnome/recipes-gnome/gjs/gjs_1.72.0.bb | |||
| @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8dcea832f6acf45d856abfeb2d51ec48" | |||
| 4 | 4 | ||
| 5 | GNOMEBASEBUILDCLASS = "meson" | 5 | GNOMEBASEBUILDCLASS = "meson" |
| 6 | 6 | ||
| 7 | DEPENDS = "mozjs-91" | 7 | DEPENDS = "mozjs-91 cairo" |
| 8 | 8 | ||
| 9 | inherit gnomebase gsettings gobject-introspection vala gettext features_check upstream-version-is-even pkgconfig | 9 | inherit gnomebase gsettings gobject-introspection vala gettext features_check upstream-version-is-even pkgconfig |
| 10 | 10 | ||
