diff options
author | William McKinnon <[email protected]> | 2023-07-11 00:44:26 -0400 |
---|---|---|
committer | William McKinnon <[email protected]> | 2023-07-11 00:44:26 -0400 |
commit | 9eaa07a4b141bc80a46cb7ab2dc94048f126fa8c (patch) | |
tree | c78cb64199476b94d9ee2f403f1e31ff4d3c5a69 /tinywl/meson.build | |
parent | 74e85d896e4e0964a93113cd9ef31bfb10747b28 (diff) |
added more scene dependencies, added tinywl
Diffstat (limited to 'tinywl/meson.build')
-rw-r--r-- | tinywl/meson.build | 2 |
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, ) |