From af68a61ee6b1ba4486302c7a1f35770f19c1cf55 Mon Sep 17 00:00:00 2001 From: Sergey Fedorov Date: Mon, 15 Apr 2024 17:43:25 +0800 Subject: [PATCH] configure: allow xcb on darwin --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git configure.ac configure.ac index e0daebc30f..fa6fa5929c 100644 --- configure.ac +++ configure.ac @@ -3075,7 +3075,7 @@ dnl X C Bindings modules dnl AC_ARG_ENABLE(xcb, [ --enable-xcb X11 support with XCB (default enabled)],, [ - AS_IF([test "${SYS}" != "mingw32" -a "${SYS}" != "darwin"], [ + AS_IF([test "${SYS}" != "mingw32"], [ enable_xcb="yes" ], [ enable_xcb="no"