diff options
author | Tadeo Kondrak <me@tadeo.ca> | 2019-10-02 18:22:02 -0600 |
---|---|---|
committer | Brian Ashworth <bosrsf04@gmail.com> | 2019-10-02 20:40:03 -0400 |
commit | 352a3e1f7965e6cb03e9de5d952408eb91f0599b (patch) | |
tree | 27d97b0696ef916f2b20f9eea98002280f56c0f4 /meson.build | |
parent | cf18bd88799502d32055a5727f5dfd5645ee485c (diff) |
build: remove rootston from wlroots subproject
Fixes an invalid option warning from Meson.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 9984ac00..161a67b0 100644 --- a/meson.build +++ b/meson.build @@ -60,7 +60,7 @@ git = find_program('git', native: true, required: false) wlroots_version = ['>=0.7.0', '<0.8.0'] wlroots_proj = subproject( 'wlroots', - default_options: ['rootston=false', 'examples=false'], + default_options: ['examples=false'], required: false, version: wlroots_version, ) |