summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2021-08-12 16:38:57 +0200
committerMarge Bot <marge-bot@gnome.org>2021-09-01 14:49:30 +0000
commitef70364e8102caf9d91c48881fc6361c4f344a44 (patch)
tree8e5fa73fd61885b1419922971d5e7aadfa4341f8 /meson.build
parentb21b43e318006ae1848457b3f079b6bfae491757 (diff)
downloadgnome-shell-ef70364e8102caf9d91c48881fc6361c4f344a44.tar.gz
cleanup: Replace non-standard ByteArray module
gjs landed support for TextDecoder/TextEncoder. Use those instead of gjs' own ByteArray module. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1946>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 584750051..41f5b02a3 100644
--- a/meson.build
+++ b/meson.build
@@ -24,7 +24,7 @@ eds_req = '>= 3.33.1'
gcr_req = '>= 3.7.5'
gio_req = '>= 2.56.0'
gi_req = '>= 1.49.1'
-gjs_req = '>= 1.68.1'
+gjs_req = '>= 1.69.2'
gtk_req = '>= 3.15.0'
mutter_req = '>= 41.beta'
polkit_req = '>= 0.100'