main: request server-side decorations

This commit is contained in:
Daniel Eklöf 2019-08-30 17:55:45 +02:00
parent f2fda437e7
commit 47da5b4086
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 45 additions and 0 deletions

View file

@ -60,6 +60,7 @@ wl_proto_headers = []
wl_proto_src = []
foreach prot : [
wayland_protocols_datadir + '/stable/xdg-shell/xdg-shell.xml',
wayland_protocols_datadir + '/unstable/xdg-decoration/xdg-decoration-unstable-v1.xml',
wayland_protocols_datadir + '/unstable/xdg-output/xdg-output-unstable-v1.xml',
wayland_protocols_datadir + '/unstable/primary-selection/primary-selection-unstable-v1.xml',
]