1
0
forked from pool/wxWidgets-3_2

- Explicity set --enable-accessibility to avert build failure in wxPython

OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=124
This commit is contained in:
Jan Engelhardt 2024-05-25 08:58:20 +00:00 committed by Git OBS Bridge
parent 351bb234b2
commit 0b964c364c
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat May 25 08:57:56 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Explicity set --enable-accessibility to avert build failure
in wxPython
-------------------------------------------------------------------
Thu May 16 13:40:01 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@ -401,6 +401,7 @@ autoconf -f -i
# With 2.9.1:
# --enable-accessibility is currently supported only in msw
# --enable-extended_rtti does not compile
# --enable-accessibility: depended on by wxPython
%configure \
--enable-vendor=%variant \
@ -420,6 +421,7 @@ autoconf -f -i
--enable-repro-build \
--disable-glcanvasegl \
--enable-webrequest \
--enable-accessibility \
%if "%flavor" == "GTK3-nostl"
--disable-stl \
--disable-plugins