From 352a3e1f7965e6cb03e9de5d952408eb91f0599b Mon Sep 17 00:00:00 2001 From: Tadeo Kondrak Date: Wed, 2 Oct 2019 18:22:02 -0600 Subject: build: remove rootston from wlroots subproject Fixes an invalid option warning from Meson. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') 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, ) -- cgit v1.2.3-54-g00ecf