aboutsummaryrefslogtreecommitdiff
path: root/examples/meson.build
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-08-19 17:40:45 -0400
committerGitHub <noreply@github.com>2017-08-19 17:40:45 -0400
commita1c3636d69fa6fa83d34f38bffc1640b17fed101 (patch)
treef8e14b54f6253541119c3e70ec16e03ee356c52f /examples/meson.build
parentb876bea288bc4827a9de157eed481b823c081a4b (diff)
parent1ca08dc4cb5d7b05cb82025e7c69ccabd04c3ca8 (diff)
Merge pull request #115 from martinetd/move_wl_compositor
move wl_compositor into wlroots as wlr_compositor
Diffstat (limited to 'examples/meson.build')
-rw-r--r--examples/meson.build7
1 files changed, 1 insertions, 6 deletions
diff --git a/examples/meson.build b/examples/meson.build
index e2c0189c..d4d96984 100644
--- a/examples/meson.build
+++ b/examples/meson.build
@@ -9,11 +9,6 @@ executable('touch', 'touch.c', dependencies: wlroots, link_with: lib_shared)
executable('tablet', 'tablet.c', dependencies: wlroots, link_with: lib_shared)
executable('output-layout', 'output-layout.c', dependencies: wlroots, link_with: lib_shared)
-compositor_src = [
- 'compositor/main.c',
- 'compositor/wl_compositor.c',
-]
-
-executable('compositor', compositor_src,
+executable('compositor', 'compositor.c',
dependencies: wlroots,
link_with: lib_shared)