commit 352a3e1f7965e6cb03e9de5d952408eb91f0599b
parent cf18bd88799502d32055a5727f5dfd5645ee485c
Author: Tadeo Kondrak <me@tadeo.ca>
Date: Wed, 2 Oct 2019 18:22:02 -0600
build: remove rootston from wlroots subproject
Fixes an invalid option warning from Meson.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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,
)