From 0cbbde722bbb0b0b787c1a792abd01119aab888f Mon Sep 17 00:00:00 2001 From: Furkan Sahin 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