diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2019-02-16 11:57:41 +0100 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2019-02-16 11:57:41 +0100 |
| commit | 6b12c59fc9501d7008a6a4321900ac64d11de344 (patch) | |
| tree | 9c4ba23bd0c78d3b14a9ad58df23c189e41630b4 /meson.build | |
| parent | 102f314129dc0b067a6cd6e14e8ec7348cc9abd6 (diff) | |
Disable unneeded wlroots subproject features
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 2336a148..cfd77ce7 100644 --- a/meson.build +++ b/meson.build @@ -60,7 +60,11 @@ rt = cc.find_library('rt') git = find_program('git', required: false) # Try first to find wlroots as a subproject, then as a system dependency -wlroots_proj = subproject('wlroots', required: false) +wlroots_proj = subproject( + 'wlroots', + default_options: ['rootston=disabled', 'examples=disabled'], + required: false, +) if wlroots_proj.found() wlroots = wlroots_proj.get_variable('wlroots') wlroots_conf = wlroots_proj.get_variable('conf_data') |
