Send server-decoration ack event automatically

This commit is contained in:
emersion 2017-10-27 00:02:30 +02:00
parent e84d573b91
commit a43acae000
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
5 changed files with 21 additions and 23 deletions

View file

@ -17,5 +17,5 @@ if get_option('enable_xwayland')
sources += ['xwayland.c']
endif
executable(
'rootston', sources, dependencies: wlroots
'rootston', sources, dependencies: [wlroots, wlr_protos]
)