summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2023-01-18 14:54:15 +0100
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2023-01-23 11:04:36 +0000
commit727a88a3bd1682869734f2e15b24c882e3ffd648 (patch)
treeb10606dbadd6b0e2941b5d2b2c1261691c17ca57 /meson.build
parentb1c14df48b3bc67221c4ba9cdacaa4cffe287d38 (diff)
downloadgnome-control-center-727a88a3bd1682869734f2e15b24c882e3ffd648.tar.gz
shell: Let libX11 initialise threads itself
Require a version of libX11 new enough that it will initialise threads support itself. See https://gitlab.freedesktop.org/xorg/lib/libx11/-/commit/afcdb6fb0045c6186aa83d9298f327a7ec1b2cb9
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 872d20ed8..b6a86a428 100644
--- a/meson.build
+++ b/meson.build
@@ -140,7 +140,7 @@ pulse_dep = dependency('libpulse', version: pulse_req_version)
pulse_mainloop_dep = dependency('libpulse-mainloop-glib', version: pulse_req_version)
upower_glib_dep = dependency('upower-glib', version: '>= 0.99.8')
gudev_dep = dependency('gudev-1.0', version: '>= 232')
-x11_dep = dependency('x11')
+x11_dep = dependency('x11', version: '>= 1.8')
xi_dep = dependency('xi', version: '>= 1.2')
epoxy_dep = dependency('epoxy')
gcr_dep = dependency('gcr-base-3')