build: remove rootston from wlroots subproject

Fixes an invalid option warning from Meson.
This commit is contained in:
Tadeo Kondrak 2019-10-02 18:22:02 -06:00
parent cf18bd8879
commit e6eb489c11
No known key found for this signature in database
GPG key ID: D41E092CA43F1D8B

View file

@ -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,
)