aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 230d6b1e..215fb6e8 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
1project( 1project(
2 'sway', 2 'sway',
3 'c', 3 'c',
4 version: '1.2', #release_version 4 version: '1.3-rc1', #release_version
5 license: 'MIT', 5 license: 'MIT',
6 meson_version: '>=0.48.0', 6 meson_version: '>=0.48.0',
7 default_options: [ 7 default_options: [
@@ -58,7 +58,7 @@ math = cc.find_library('m')
58rt = cc.find_library('rt') 58rt = cc.find_library('rt')
59 59
60# Try first to find wlroots as a subproject, then as a system dependency 60# Try first to find wlroots as a subproject, then as a system dependency
61wlroots_version = ['>=0.8.1', '<0.9.0'] 61wlroots_version = ['>=0.9.0', '<0.10.0']
62wlroots_proj = subproject( 62wlroots_proj = subproject(
63 'wlroots', 63 'wlroots',
64 default_options: ['examples=false'], 64 default_options: ['examples=false'],