From 561fea281625eb0c5b28ec6b37d565de62f999f570ee62fd908ba72bdbf56904 Mon Sep 17 00:00:00 2001
From: Jan Engelhardt <jengelh@inai.de>
Date: Sat, 25 May 2024 09:03:03 +0000
Subject: [PATCH] wxAccessibility is win32-only

OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=125
---
 wxWidgets-3_2.changes | 6 ------
 wxWidgets-3_2.spec    | 2 --
 2 files changed, 8 deletions(-)

diff --git a/wxWidgets-3_2.changes b/wxWidgets-3_2.changes
index 909934d..405b4c1 100644
--- a/wxWidgets-3_2.changes
+++ b/wxWidgets-3_2.changes
@@ -1,9 +1,3 @@
--------------------------------------------------------------------
-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>
 
diff --git a/wxWidgets-3_2.spec b/wxWidgets-3_2.spec
index 92b1503..f65fa41 100644
--- a/wxWidgets-3_2.spec
+++ b/wxWidgets-3_2.spec
@@ -401,7 +401,6 @@ 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 \
@@ -421,7 +420,6 @@ autoconf -f -i
         --enable-repro-build \
         --disable-glcanvasegl \
         --enable-webrequest \
-        --enable-accessibility \
 %if "%flavor" == "GTK3-nostl"
 	--disable-stl \
 	--disable-plugins