From: Johan Malm Date: Sun, 26 Dec 2021 22:42:51 +0000 (+0000) Subject: build: use wlroots 0.15.0 X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=be300764b57744a31435e9bdebc39807aaeb790e;p=proto%2Flabwc.git build: use wlroots 0.15.0 --- diff --git a/meson.build b/meson.build index 78caf028..cf98a8d3 100644 --- a/meson.build +++ b/meson.build @@ -37,7 +37,7 @@ if git.found() endif add_project_arguments('-DLABWC_VERSION=@0@'.format(version), language: 'c') -wlroots_version = ['>=0.16.0', '<0.17.0'] +wlroots_version = ['=0.15.0'] wlroots_proj = subproject( 'wlroots', default_options: ['default_library=static', 'examples=false'], diff --git a/subprojects/wlroots.wrap b/subprojects/wlroots.wrap index 640a5aa2..b3ef88d6 100644 --- a/subprojects/wlroots.wrap +++ b/subprojects/wlroots.wrap @@ -1,3 +1,3 @@ [wrap-git] url = https://gitlab.freedesktop.org/wlroots/wlroots -revision = master +revision = 0.15.0