aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar bschacht <1143280+bschacht@users.noreply.github.com>2019-04-25 06:24:10 +0000
committerLibravatar Simon Ser <contact@emersion.fr>2019-04-25 09:31:38 +0300
commit8adb70f9c54549a5cb4fd7d2288ddce66dedfd9e (patch)
treecb8abc64332a159997d2b891ad84d0a8038be812
parentcmd_move: respect workspace layout when inserting (diff)
downloadsway-8adb70f9c54549a5cb4fd7d2288ddce66dedfd9e.tar.gz
sway-8adb70f9c54549a5cb4fd7d2288ddce66dedfd9e.tar.zst
sway-8adb70f9c54549a5cb4fd7d2288ddce66dedfd9e.zip
Set the correct version for wlroots dependency
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 3ed0c551..d2b6e8c0 100644
--- a/meson.build
+++ b/meson.build
@@ -60,7 +60,7 @@ rt = cc.find_library('rt')
60git = find_program('git', native: true, required: false) 60git = find_program('git', native: true, required: false)
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.4.1' 63wlroots_version = '>=0.5'
64wlroots_proj = subproject( 64wlroots_proj = subproject(
65 'wlroots', 65 'wlroots',
66 default_options: ['rootston=false', 'examples=false'], 66 default_options: ['rootston=false', 'examples=false'],