diff options
author | William McKinnon <[email protected]> | 2023-07-12 01:23:05 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2023-07-12 01:23:05 -0400 |
commit | 120ddde3b1c6343b99ecfb790f15ffbe23c8c2b5 (patch) | |
tree | eeb9685137d95e888a6b98785109b9f3d9129a59 /tinywl/meson.build | |
parent | 9eaa07a4b141bc80a46cb7ab2dc94048f126fa8c (diff) | |
parent | 2388e30bd5ef01ab67d6be769743da3e830f59c4 (diff) |
Merge pull request #4 from Shinyzenith/main
Sucessfully compile libscenefx and 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 74fe731..4c3a1d0 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: scenefx, ) |