Bug 2416555 - missing and wrong build requirements for SDL3
Summary: missing and wrong build requirements for SDL3
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: SDL3
Version: 43
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Neal Gompa
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-11-22 16:20 UTC by anotheruser
Modified: 2025-11-24 16:52 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2025-11-24 16:52:20 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.