aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorLibravatar Tadeo Kondrak <me@tadeo.ca>2019-10-02 18:22:02 -0600
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2019-10-02 20:40:03 -0400
commit352a3e1f7965e6cb03e9de5d952408eb91f0599b (patch)
tree27d97b0696ef916f2b20f9eea98002280f56c0f4 /meson.build
parentFix syntax in examples in sway-output(5) (diff)
downloadsway-352a3e1f7965e6cb03e9de5d952408eb91f0599b.tar.gz
sway-352a3e1f7965e6cb03e9de5d952408eb91f0599b.tar.zst
sway-352a3e1f7965e6cb03e9de5d952408eb91f0599b.zip
build: remove rootston from wlroots subproject
Fixes an invalid option warning from Meson.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
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)
60wlroots_version = ['>=0.7.0', '<0.8.0'] 60wlroots_version = ['>=0.7.0', '<0.8.0']
61wlroots_proj = subproject( 61wlroots_proj = subproject(
62 'wlroots', 62 'wlroots',
63 default_options: ['rootston=false', 'examples=false'], 63 default_options: ['examples=false'],
64 required: false, 64 required: false,
65 version: wlroots_version, 65 version: wlroots_version,
66) 66)