From 727a88a3bd1682869734f2e15b24c882e3ffd648 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 18 Jan 2023 14:54:15 +0100 Subject: 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 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') 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') -- cgit v1.2.1