Skip to content

Add SDL3 dlopen note - #612

Merged
madebr merged 1 commit into
libsdl-org:mainfrom
madebr:add-dlopen-note
Jul 15, 2026
Merged

madebr merged 1 commit into
libsdl-org:mainfrom
madebr:add-dlopen-note

Conversation

@madebr

@madebr madebr commented Jul 15, 2026 •

Copy link
Copy Markdown
Contributor

This bumps the minimum required SDL3 version at build-time to 3.4.

Actually, I don't know what is the minimum required SDL3 version.

$ dlopen-notes.py libSDL2-2.0.so.0
# libSDL2-2.0.so.0
[
  {
    "feature": "SDL3",
    "description": "sdl2-compat translates SDL2 API calls into equivalent SDL3 calls",
    "priority": "required",
    "soname": [
      "libSDL3.so.0"
    ]
  }
]

@slouken

slouken commented Jul 15, 2026

Copy link
Copy Markdown
Collaborator

I think the later the better, but I believe we only require 3.4.0

@madebr
madebr merged commit c0002c5 into libsdl-org:main Jul 15, 2026
8 checks passed
@madebr
madebr deleted the add-dlopen-note branch July 15, 2026 19:50
@tom--pollard

Copy link
Copy Markdown

Fwiw the minimum requirement used to be 3.2.0 before this, and should have probably been better communicated in the commit / release notes

@slouken

slouken commented Sep 3, 2026

Copy link
Copy Markdown
Collaborator

Fwiw the minimum requirement used to be 3.2.0 before this, and should have probably been better communicated in the commit / release notes

In general, the latest sdl2-compat release should be paired with the latest SDL release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants