From 2a209bcf58db4f8d249b9566c92bd8b2e7c25c03 Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Wed, 10 Jun 2026 11:58:27 -0400 Subject: [PATCH] build: Enable S3 driver & accelerant on x86_64. It works there now. Fixes #20112. --- build/jam/images/definitions/regular | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/jam/images/definitions/regular b/build/jam/images/definitions/regular index c772b4ace3..36369e3edf 100644 --- a/build/jam/images/definitions/regular +++ b/build/jam/images/definitions/regular @@ -182,12 +182,12 @@ SYSTEM_ADD_ONS_ACCELERANTS += [ FFilterByBuildFeatures nvidia.accelerant radeon.accelerant radeon_hd.accelerant + s3.accelerant via.accelerant }@ # x86,x86_64 x86 @{ 3dfx.accelerant neomagic.accelerant - s3.accelerant }@ # x86 ] ; @@ -297,12 +297,12 @@ SYSTEM_ADD_ONS_DRIVERS_GRAPHICS += [ FFilterByBuildFeatures nvidia radeon radeon_hd + s3 via }@ # x86,x86_64 x86 @{ 3dfx neomagic - s3 }@ # x86 ] ;