Skip to content

build: Raise gjs minimum dep for ES6 classes

Mart Raudsepp requested to merge mraudsepp/gnome-characters:meson-gjs-dep into master

Since at least commit b3d2ec84 gnome-characters uses ES6 classes, but these require a gjs version that actually added that support. This support, according to gjs NEWS file, was added in gjs-1.49.4. Just depend on stable gjs-1.50 or newer by now, to ensure some bug fixes from a stable release.

Merge request reports