summaryrefslogtreecommitdiff
path: root/tinywl/meson.build
diff options
context:
space:
mode:
authorWilliam McKinnon <[email protected]>2023-07-11 00:44:26 -0400
committerWilliam McKinnon <[email protected]>2023-07-11 00:44:26 -0400
commit9eaa07a4b141bc80a46cb7ab2dc94048f126fa8c (patch)
treec78cb64199476b94d9ee2f403f1e31ff4d3c5a69 /tinywl/meson.build
parent74e85d896e4e0964a93113cd9ef31bfb10747b28 (diff)
added more scene dependencies, added tinywl
Diffstat (limited to 'tinywl/meson.build')
-rw-r--r--tinywl/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tinywl/meson.build b/tinywl/meson.build
index 82d31d2..74fe731 100644
--- a/tinywl/meson.build
+++ b/tinywl/meson.build
@@ -1,5 +1,5 @@
executable(
'tinywl',
['tinywl.c', protocols_client_header['xdg-shell']],
- dependencies: wlroots,
+# dependencies: wlroots,
)