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'