summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Kot (Михаил Кот) <to@myrrc.dev>2024-01-13 21:41:02 +0100
committerSimon Ser <contact@emersion.fr>2024-01-13 22:08:28 +0100
commit80ed4b020adfb0846f780faba95fc5cc9a770a18 (patch)
treef295fd838c5fa5a6171524ff112728a1897324cb
parenteabc06e7eb9e5cb08c8177f49753dedc505076b4 (diff)
downloadswaybg-80ed4b020adfb0846f780faba95fc5cc9a770a18.tar.gz
swaybg-80ed4b020adfb0846f780faba95fc5cc9a770a18.tar.bz2
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
Diffstat (limited to '')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
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'))