diff options
author | Tony Crisci <tony@dubstepdish.com> | 2018-02-17 16:34:32 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2018-02-17 16:34:32 -0500 |
commit | d2c7defa10797b6755904ee43d93bf1275d1777a (patch) | |
tree | f4e1974892f71ad1724ed64b042f34c002d43fe2 /rootston/meson.build | |
parent | 85871cb666a8adf8221b0b64049697a9d5ade686 (diff) | |
parent | 088028c570dd5b52f81069654166f0117667fac0 (diff) |
Merge branch 'master' into output-layout-adjacent
Diffstat (limited to 'rootston/meson.build')
-rw-r--r-- | rootston/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rootston/meson.build b/rootston/meson.build index a53812e3..9dbe37c2 100644 --- a/rootston/meson.build +++ b/rootston/meson.build @@ -10,6 +10,7 @@ sources = [ 'seat.c', 'wl_shell.c', 'xdg_shell_v6.c', + 'xdg_shell.c', ] if get_option('enable_xwayland') sources += ['xwayland.c'] |