aboutsummaryrefslogtreecommitdiffhomepage
path: root/subprojects
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2024-01-01 18:19:22 +0100
committervaxerski <[email protected]>2024-01-01 18:19:22 +0100
commitc7ba4606870200e049ff1537f6a1a2882d1099a9 (patch)
tree1137123bcca89116df3b17b9586644f97f648b6a /subprojects
parent3a189c265d9686c6a922cb4c15d6563cd652e6c7 (diff)
downloadHyprland-c7ba4606870200e049ff1537f6a1a2882d1099a9.tar.gz
Hyprland-c7ba4606870200e049ff1537f6a1a2882d1099a9.zip
wlroots: update version patches
Diffstat (limited to 'subprojects')
-rw-r--r--subprojects/packagefiles/wlroots-meson-build.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/subprojects/packagefiles/wlroots-meson-build.patch b/subprojects/packagefiles/wlroots-meson-build.patch
index fd6f84db..4e911980 100644
--- a/subprojects/packagefiles/wlroots-meson-build.patch
+++ b/subprojects/packagefiles/wlroots-meson-build.patch
@@ -38,7 +38,7 @@ index 29b103a..0b6e5a4 100644
# necessary for bugfix releases. Increasing soversion is required because
# wlroots never guarantees ABI stability -- only API stability is guaranteed
# between minor releases.
--soversion = 13
+-soversion = version_minor.to_int() - 5
+soversion = 13032
little_endian = target_machine.endian() == 'little'