From 42ab06e7c84fed39b3f853f213ef2966f23baaa5 Mon Sep 17 00:00:00 2001 From: bvr-yr <130279855+bvr-yr@users.noreply.github.com> Date: Mon, 1 Jan 2024 21:58:01 +0300 Subject: [PATCH] meson: fix wlroots patch (#4324) --- subprojects/packagefiles/wlroots-meson-build.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/subprojects/packagefiles/wlroots-meson-build.patch b/subprojects/packagefiles/wlroots-meson-build.patch index 4e911980..a184eb77 100644 --- a/subprojects/packagefiles/wlroots-meson-build.patch +++ b/subprojects/packagefiles/wlroots-meson-build.patch @@ -35,9 +35,9 @@ index 29b103a..0b6e5a4 100644 --- a/meson.build +++ b/meson.build @@ -15,7 +15,7 @@ project( - # necessary for bugfix releases. Increasing soversion is required because - # wlroots never guarantees ABI stability -- only API stability is guaranteed - # between minor releases. + version_major = version.split('.')[0] + version_minor = version.split('.')[1] + assert(version_major == '0') -soversion = version_minor.to_int() - 5 +soversion = 13032