From f093a8e6a02f05ba5b5fa3372b598d58f35d58a2f80a9b38d1aeb2dfeb8bb776 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 21 Aug 2021 23:15:20 +0000 Subject: [PATCH] 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 --- wxWidgets-3_2.changes | 7 +++++++ wxWidgets-3_2.spec | 1 + 2 files changed, 8 insertions(+) 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