diff --git a/wxWidgets-3_2.changes b/wxWidgets-3_2.changes index 9593a88..976fe86 100644 --- a/wxWidgets-3_2.changes +++ b/wxWidgets-3_2.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Mar 1 09:12:56 UTC 2025 - Jan Engelhardt + +- Build with --enable-glcanvasegl [boo#1235150]. This turns off GLX + and enables EGL instead. Sibling toolkits need to do this at the + same time for this to work, e.g. hugin needs both wx and GLEW to + be built for EGL. + ------------------------------------------------------------------- Mon Oct 7 14:14:45 UTC 2024 - Jan Engelhardt diff --git a/wxWidgets-3_2.spec b/wxWidgets-3_2.spec index c91d8c0..20c9d10 100644 --- a/wxWidgets-3_2.spec +++ b/wxWidgets-3_2.spec @@ -419,9 +419,9 @@ autoconf -f -i --enable-mediactrl \ --enable-optimise \ %{wx_debug:--enable-debug=%wx_debug} \ - --enable-repro-build \ - --disable-glcanvasegl \ - --enable-webrequest \ + --enable-repro-build \ + --enable-glcanvasegl \ + --enable-webrequest \ %if "%flavor" == "GTK3-nostl" --disable-stl \ --disable-plugins