caribou: fix build with gcc14

This commit is contained in:
oreo639 2025-04-12 03:23:10 -07:00
parent e1659a95c8
commit acb3baa4b4

View file

@ -22,6 +22,9 @@ lib32disabled=yes
pre_configure() {
autoreconf -f -i
# Regenerate sources with new vala
find -name '*.vala' -exec touch {} \;
}
libcaribou_package() {