[mutter/wip/carlosg/xdg-activation: 5/7] build: Add xdg-activation to build




commit 575fc8fe89062368a14625a5b6ad21ff87a43116
Author: Carlos Garnacho <carlosg gnome org>
Date:   Fri Apr 23 23:22:47 2021 +0200

    build: Add xdg-activation to build

 meson.build     | 2 +-
 src/meson.build | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 917fa88de6..630d404ec5 100644
--- a/meson.build
+++ b/meson.build
@@ -41,7 +41,7 @@ gudev_req = '>= 232'
 
 # wayland version requirements
 wayland_server_req = '>= 1.18'
-wayland_protocols_req = '>= 1.19'
+wayland_protocols_req = '>= 1.21'
 
 # native backend version requirements
 libinput_req = '>= 1.15.0'
diff --git a/src/meson.build b/src/meson.build
index 3ee41b9e5e..7fc0269b0f 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -881,6 +881,7 @@ if have_wayland
     ['tablet', 'unstable', 'v2', ],
     ['text-input', 'unstable', 'v3', ],
     ['viewporter', 'stable', ],
+    ['xdg-activation', 'staging', 'v1', ],
     ['xdg-foreign', 'unstable', 'v1', ],
     ['xdg-output', 'unstable', 'v1', ],
     ['xdg-shell', 'unstable', 'v6', ],


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]