diff options
| author | bdunahu <bdunahu@operationnull.com> | 2026-04-03 22:35:15 -0400 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-04-12 12:30:43 +0900 |
| commit | 4e78e6a842decd2bb0c735e524a70437aca71454 (patch) | |
| tree | f205465870cd9e2010e96ab52b3d14a55eb24da8 /gnu | |
| parent | e61b99dfb1dacf5637972c8819a2d21d9495b476 (diff) | |
gnu: sdl3: Update to 3.4.4.
* gnu/packages/sdl.scm (sdl3): Update to 3.4.4.
[propagated-inputs]: Add libxi, libxscrnsaver, libxtst.
Change-Id: Ie20dab1b9a1d169ee96e84364ed85e96d634fd42
Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/sdl.scm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/packages/sdl.scm b/gnu/packages/sdl.scm index acd920f1c4..0968b0219d 100644 --- a/gnu/packages/sdl.scm +++ b/gnu/packages/sdl.scm @@ -153,7 +153,7 @@ hardware.") (package (inherit sdl2) (name "sdl3") - (version "3.2.10") + (version "3.4.4") (source (origin (method url-fetch) @@ -162,7 +162,7 @@ hardware.") version "/SDL3-" version ".tar.gz")) (sha256 (base32 - "1q0ksmg1h0xfjpgbshslxc5a2b2flcm7n5lwiq4v8vf6vssffyzq")))) + "0r1q1frjs0am93aspgha4k15rvmmiwsp5kn2pw5i9fw9daz2swgf")))) (build-system cmake-build-system) (arguments (list @@ -188,8 +188,11 @@ hardware.") (propagated-inputs (list alsa-lib libxcursor ;enables X11 cursor support + libxi libxkbcommon libxrandr + libxscrnsaver + libxtst mesa ;required by wayland pipewire-minimal pulseaudio |
