1
0
forked from pool/wxWidgets-3_2

Enable EGL-based wxGLCanvas

This commit is contained in:
Jan Engelhardt 2025-03-01 10:16:49 +01:00
parent 79cfb31c27
commit 4f73079cf2
2 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Mar 1 09:12:56 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- 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 <jengelh@inai.de> Mon Oct 7 14:14:45 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@ -419,9 +419,9 @@ autoconf -f -i
--enable-mediactrl \ --enable-mediactrl \
--enable-optimise \ --enable-optimise \
%{wx_debug:--enable-debug=%wx_debug} \ %{wx_debug:--enable-debug=%wx_debug} \
--enable-repro-build \ --enable-repro-build \
--disable-glcanvasegl \ --enable-glcanvasegl \
--enable-webrequest \ --enable-webrequest \
%if "%flavor" == "GTK3-nostl" %if "%flavor" == "GTK3-nostl"
--disable-stl \ --disable-stl \
--disable-plugins --disable-plugins