diff options
author | emersion <contact@emersion.fr> | 2017-10-27 00:02:30 +0200 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-10-27 00:02:30 +0200 |
commit | a43acae0005ec4d635f1477376fad2ff5d12d611 (patch) | |
tree | 13d3868e68cc1a0d03338feaf1289055a862e816 /rootston/meson.build | |
parent | e84d573b9127a431671e1f74773aee53830f8d09 (diff) |
Send server-decoration ack event automatically
Diffstat (limited to 'rootston/meson.build')
-rw-r--r-- | rootston/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootston/meson.build b/rootston/meson.build index f2621450..53cab62d 100644 --- a/rootston/meson.build +++ b/rootston/meson.build @@ -17,5 +17,5 @@ if get_option('enable_xwayland') sources += ['xwayland.c'] endif executable( - 'rootston', sources, dependencies: wlroots + 'rootston', sources, dependencies: [wlroots, wlr_protos] ) |