From 80ed4b020adfb0846f780faba95fc5cc9a770a18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20Kot=20=28=D0=9C=D0=B8=D1=85=D0=B0=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=9A=D0=BE=D1=82=29?= Date: Sat, 13 Jan 2024 21:41:02 +0100 Subject: wayland-protocols min. version to 1.26 In Ubuntu 22.04, default wayland-protocols version is 1.25, `single-pixel-buffer` feature is missing there --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 7467805..727091f 100644 --- a/meson.build +++ b/meson.build @@ -30,7 +30,7 @@ cc = meson.get_compiler('c') rt = cc.find_library('rt') wayland_client = dependency('wayland-client') -wayland_protos = dependency('wayland-protocols', version: '>=1.14') +wayland_protos = dependency('wayland-protocols', version: '>=1.26') wayland_scanner = dependency('wayland-scanner', version: '>=1.14.91', native: true) cairo = dependency('cairo') gdk_pixbuf = dependency('gdk-pixbuf-2.0', required: get_option('gdk-pixbuf')) -- cgit v1.2.3