[mutter/wip/carlosg/xdg-activation: 3/5] build: Add xdg-activation to build
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/wip/carlosg/xdg-activation: 3/5] build: Add xdg-activation to build
- Date: Sat, 5 Jun 2021 17:19:01 +0000 (UTC)
commit a877691a8960243c05720233d119f886549457b4
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]