aboutsummaryrefslogtreecommitdiffhomepage
path: root/subprojects
diff options
context:
space:
mode:
authorbvr-yr <[email protected]>2024-01-01 21:58:01 +0300
committerGitHub <[email protected]>2024-01-01 19:58:01 +0100
commit42ab06e7c84fed39b3f853f213ef2966f23baaa5 (patch)
treedf03ca362f7bb7c7047ecf5e9b271205bdaa404a /subprojects
parent46753b1f22478c64222e5d9f7e0fb4c10b001be6 (diff)
downloadHyprland-42ab06e7c84fed39b3f853f213ef2966f23baaa5.tar.gz
Hyprland-42ab06e7c84fed39b3f853f213ef2966f23baaa5.zip
meson: fix wlroots patch (#4324)
Diffstat (limited to 'subprojects')
-rw-r--r--subprojects/packagefiles/wlroots-meson-build.patch6
1 files 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