1
0
forked from pool/wxWidgets-3_2

Accepting request 913481 from home:badshah400:branches:X11:wxWidgets

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.

OBS-URL: https://build.opensuse.org/request/show/913481
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=87
This commit is contained in:
Jan Engelhardt 2021-08-21 23:15:20 +00:00 committed by Git OBS Bridge
parent 69d52387a1
commit f093a8e6a0
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