diff --git a/budgie-extras.changes b/budgie-extras.changes index 44ddc53..f47d1dc 100644 --- a/budgie-extras.changes +++ b/budgie-extras.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 12 09:27:46 UTC 2024 - Callum Farmer + +- Fixes for vala building code incompatible with Werror + ------------------------------------------------------------------- Thu Dec 14 12:58:56 UTC 2023 - Callum Farmer diff --git a/budgie-extras.spec b/budgie-extras.spec index b76c48d..fdff127 100644 --- a/budgie-extras.spec +++ b/budgie-extras.spec @@ -391,6 +391,8 @@ Budgie Wallpaper Workspace Switcher is an application (applet) to show a differe %autosetup -p1 %build +# Handle poor vala code +export CFLAGS="%{optflags} -Wno-error=return-type" %meson \ -Dxdg-appdir=%{_distconfdir}/xdg/autostart \ -Dwith-zeitgeist=false \