diff options
author | amy <[email protected]> | 2024-10-27 19:14:24 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2024-10-27 19:14:24 -0500 |
commit | 5eaf99e89af029623297f08d684cd98449c81eb3 (patch) | |
tree | 6d139a90abffb3a706fdc40126c0701abfb8cd79 /examples/meson.build | |
parent | 042ed3a4c2667d04613fe6800700e9b1943fdb70 (diff) | |
parent | d998099612f0397234910ce753859ee127ec5b45 (diff) |
Diffstat (limited to 'examples/meson.build')
-rw-r--r-- | examples/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/meson.build b/examples/meson.build index da32934..dc6f171 100644 --- a/examples/meson.build +++ b/examples/meson.build @@ -17,7 +17,7 @@ foreach name, info : compositors executable( name, [info.get('src'), extra_src], - dependencies: [wlroots, scenefx, libdrm_header, info.get('dep', [])], + dependencies: [scenefx, libdrm_header, info.get('dep', [])], build_by_default: get_option('examples'), ) endforeach |