From f18f2c409f9cd68eb2ccc930081a365eeae45b72 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 20 Oct 2021 16:21:25 +0200 Subject: build: Bump the requirement for a new enough xfixeswire.h We also need a new enough xorg-x11-proto version to include the definition for XFixesClientDisconnectFlagTerminate. Fixes: e10a1cc5e76b9ef48e3de88b9562c39e444ea8c4 --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index 53a903df..c56aa18c 100644 --- a/meson.build +++ b/meson.build @@ -107,6 +107,7 @@ polkit_gobject_dep = dependency('polkit-gobject-1', version: '>= 0.114') upower_glib_dep = dependency('upower-glib', version: '>= 0.99.12') x11_dep = dependency('x11') xfixes_dep = dependency('xfixes', version: '>= 6.0') +xfixes_proto_dep = dependency('fixesproto', version: '>= 6.0') enable_systemd = get_option('systemd') if enable_systemd -- cgit v1.2.1