zeitgeist: fix build with gcc14

This commit is contained in:
oreo639 2025-03-18 18:03:24 -07:00
parent e253324545
commit c96c7992fb

View file

@ -26,6 +26,9 @@ build_options_default="gir vala"
pre_configure() { pre_configure() {
NOCONFIGURE=1 autoreconf -fi NOCONFIGURE=1 autoreconf -fi
# Regenerate sources with new vala
find -name '*.vala' -exec touch {} \;
} }
post_install() { post_install() {