1
0
Dominique Leuenberger 2021-08-25 18:56:01 +00:00 committed by Git OBS Bridge
commit 7946ccccaf
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Aug 21 16:20:30 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
- 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 <antoine.belvire@opensuse.org>

View File

@ -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