diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-08-15 17:39:18 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-15 17:39:18 -0400 |
commit | 19d6442f52743d50d10c796d7146f58c251f67fe (patch) | |
tree | 3fb49d748f662ef8132a59798df1854be54ae76a /examples/meson.build | |
parent | 27c13d621df7b38d04f8ffb3012aa977d1b9bb24 (diff) | |
parent | dca3f630ddeaa85b90e863cd181f2d27282a9cd3 (diff) |
Merge pull request #91 from martinetd/move_wl_shell
Move wl_shell into wlroots
Diffstat (limited to 'examples/meson.build')
-rw-r--r-- | examples/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/meson.build b/examples/meson.build index b40f7d8f..1ce9c342 100644 --- a/examples/meson.build +++ b/examples/meson.build @@ -11,7 +11,6 @@ executable('tablet', 'tablet.c', dependencies: wlroots, link_with: lib_shared) compositor_src = [ 'compositor/main.c', 'compositor/wl_compositor.c', - 'compositor/wl_shell.c', ] executable('compositor', compositor_src, |