aboutsummaryrefslogtreecommitdiffhomepage
path: root/subprojects
diff options
context:
space:
mode:
authorcoldified <[email protected]>2023-11-25 23:32:01 +0900
committerGitHub <[email protected]>2023-11-25 14:32:01 +0000
commitde95e956a0dc9d837cde8eb714a7fd3fa5e47673 (patch)
treef04a0dafdd9b7f83c617324d58acdba6502219f4 /subprojects
parent929c44e361fe5cc535a9226b05fba21a0e317d69 (diff)
downloadHyprland-de95e956a0dc9d837cde8eb714a7fd3fa5e47673.tar.gz
Hyprland-de95e956a0dc9d837cde8eb714a7fd3fa5e47673.zip
meson: Update wlroots-meson-build.patch (#3950)
Diffstat (limited to 'subprojects')
-rw-r--r--subprojects/packagefiles/wlroots-meson-build.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/subprojects/packagefiles/wlroots-meson-build.patch b/subprojects/packagefiles/wlroots-meson-build.patch
index 6741fdc7..fd6f84db 100644
--- a/subprojects/packagefiles/wlroots-meson-build.patch
+++ b/subprojects/packagefiles/wlroots-meson-build.patch
@@ -38,8 +38,8 @@ 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 = 12
-+soversion = 12032
+-soversion = 13
++soversion = 13032
little_endian = target_machine.endian() == 'little'
big_endian = target_machine.endian() == 'big'