aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2021-02-04 20:48:05 +0100
committerSimon Ser <contact@emersion.fr>2021-06-02 11:18:25 +0200
commit8ff435831f5c79e24ac42b35b141e1f79eb66bc8 (patch)
tree98e007c40c312e8e858dcc808d72614defceee50 /meson.build
parentb86a0c8d8fa01998b8f9b28b70c18de338cb9236 (diff)
xdg-activation-v1: new protocol implementation
This implements the new xdg-activation-v1 protocol [1]. [1]: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/50
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 9bd3a16e..3dc05bfb 100644
--- a/meson.build
+++ b/meson.build
@@ -105,7 +105,6 @@ pixman = dependency('pixman-1')
math = cc.find_library('m')
rt = cc.find_library('rt')
-
wlr_files = []
wlr_deps = [
wayland_server,