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 500a133a..bb3e4f49 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
1project( 1project(
2 'sway', 2 'sway',
3 'c', 3 'c',
4 version: '1.3-rc1', #release_version 4 version: '1.4', #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: [
@@ -60,7 +60,7 @@ math = cc.find_library('m')
60rt = cc.find_library('rt') 60rt = cc.find_library('rt')
61 61
62# Try first to find wlroots as a subproject, then as a system dependency 62# Try first to find wlroots as a subproject, then as a system dependency
63wlroots_version = ['>=0.9.0', '<0.10.0'] 63wlroots_version = ['>=0.10.0', '<0.11.0']
64wlroots_proj = subproject( 64wlroots_proj = subproject(
65 'wlroots', 65 'wlroots',
66 default_options: ['examples=false'], 66 default_options: ['examples=false'],