diff --git a/wxWidgets-3_2.changes b/wxWidgets-3_2.changes index 7861665..af0b443 100644 --- a/wxWidgets-3_2.changes +++ b/wxWidgets-3_2.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Aug 21 16:20:30 UTC 2021 - Atri Bhattacharya + +- Disable building with EGL support: glew is not ready for EGL yet + and this causes wxWidgets based OpenGL apps (e.g. hugin) to + crash. See boo#1188519, boo#1189524. + ------------------------------------------------------------------- Fri Jun 25 10:41:40 UTC 2021 - Antoine Belvire diff --git a/wxWidgets-3_2.spec b/wxWidgets-3_2.spec index 9aebfe6..213231b 100644 --- a/wxWidgets-3_2.spec +++ b/wxWidgets-3_2.spec @@ -384,6 +384,7 @@ autoconf -f -i --enable-optimise \ %{wx_debug:--enable-debug=%{wx_debug}} \ --enable-repro-build \ + --disable-glcanvasegl \ %if "%flavor" == "GTK3-nostl" --disable-stl \ --disable-plugins