[mutter/wip/carlosg/xdg-activation: 3/5] build: Add xdg-activation to build
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/wip/carlosg/xdg-activation: 3/5] build: Add xdg-activation to build
- Date: Fri, 9 Jul 2021 09:34:30 +0000 (UTC)
commit 2115debd095ea0398779a9a91bf9c2896a330b1c
Author: Carlos Garnacho <carlosg gnome org>
Date: Fri Apr 23 23:22:47 2021 +0200
build: Add xdg-activation to build
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1845>
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 39008a3b06..ad60fb7bd8 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -884,6 +884,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]