diff options
author | 2020-01-22 13:33:29 -0500 | |
---|---|---|
committer | 2020-01-22 13:33:29 -0500 | |
commit | f681d529397bd6b5ab3850008857d423415999c1 (patch) | |
tree | 42e2314918eef0e2cff9ffb42e89cdb0caf80c5d | |
parent | fish-completion: use the correct fallback directory (diff) | |
download | sway-v1.3.tar.gz sway-v1.3.tar.zst sway-v1.3.zip |
-rw-r--r-- | meson.build | 4 |
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 @@ | |||
1 | project( | 1 | project( |
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') | |||
60 | rt = cc.find_library('rt') | 60 | rt = 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 |
63 | wlroots_version = ['>=0.9.0', '<0.10.0'] | 63 | wlroots_version = ['>=0.10.0', '<0.11.0'] |
64 | wlroots_proj = subproject( | 64 | wlroots_proj = subproject( |
65 | 'wlroots', | 65 | 'wlroots', |
66 | default_options: ['examples=false'], | 66 | default_options: ['examples=false'], |