mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 14:45:59 +01:00
meson: fix wlroots patch (#4324)
This commit is contained in:
parent
46753b1f22
commit
42ab06e7c8
1 changed files with 3 additions and 3 deletions
|
@ -35,9 +35,9 @@ index 29b103a..0b6e5a4 100644
|
||||||
--- a/meson.build
|
--- a/meson.build
|
||||||
+++ b/meson.build
|
+++ b/meson.build
|
||||||
@@ -15,7 +15,7 @@ project(
|
@@ -15,7 +15,7 @@ project(
|
||||||
# necessary for bugfix releases. Increasing soversion is required because
|
version_major = version.split('.')[0]
|
||||||
# wlroots never guarantees ABI stability -- only API stability is guaranteed
|
version_minor = version.split('.')[1]
|
||||||
# between minor releases.
|
assert(version_major == '0')
|
||||||
-soversion = version_minor.to_int() - 5
|
-soversion = version_minor.to_int() - 5
|
||||||
+soversion = 13032
|
+soversion = 13032
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue