summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@mengyan1223.wang>2022-01-27 10:16:32 +0000
committerJan Rybar <jrybar@redhat.com>2022-01-27 10:16:32 +0000
commita6bedfd09b7bba753de7a107dc471da0db801858 (patch)
treed1575d5344b4fd20bbb24b1d8ad26172e180b415 /meson.build
parenta2bf5c9c83b6ae46cbd5c779d3055bff81ded683 (diff)
jsauthority: port to mozjs-91
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 ad9ab07..dd09b28 100644
--- a/meson.build
+++ b/meson.build
@@ -143,7 +143,7 @@ if js_engine == 'duktape'
func = 'pthread_condattr_setclock'
config_h.set('HAVE_' + func.to_upper(), cc.has_function(func, prefix : '#include <pthread.h>'))
elif js_engine == 'mozjs'
- js_dep = dependency('mozjs-78')
+ js_dep = dependency('mozjs-91')
endif
dbus_dep = dependency('dbus-1', required: false)