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:
parent
351bb234b2
commit
0b964c364c
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user