Bug 2416555

Summary: missing and wrong build requirements for SDL3
Product: [Fedora] Fedora Reporter: anotheruser <7grrar1r+redhat>
Component: SDL3Assignee: Neal Gompa <ngompa13>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: unspecified    
Version: 43CC: dchen, ngompa13, spotrh
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2025-11-24 16:52:20 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description anotheruser 2025-11-22 16:20:06 UTC
the SDL3.spec file  has  the line BuildRequires:  gcc-c++  
but SDL3 is a pure C project. I think this can  be dropped.

Another issue is that libXtst-devel is not pulled in. This has been added recently to the main SDL branch. Looks like it has been an oversight not to include libXtst  as a build requirement.
see  https://github.com/libsdl-org/SDL/pull/14389

add 'BuildRequires:  libXtst-devel'   to SDL3.spec  file. 
         

Reproducible: Always

Comment 1 Tom "spot" Callaway 2025-11-24 16:52:20 UTC
Fixed in rawhide (3.3.2-2).

While there are technically some C++ files in SDL3, none of them are used on the Linux build.