1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-24 03:00:35 +02:00

gnu: flycast: Add support for libcdio.

* gnu/packages/emulators.scm (flycast)
[#:configure-flags]: Add "-DUSE_LIBCDIO=ON".
[inputs]: Add libcdio.

Change-Id: I97505580a0e23a47f5ab64dde2d2dd7eaad980e1
This commit is contained in:
Maxim Cournoyer
2025-08-13 23:19:10 +09:00
parent 5f1611071a
commit c64f665730

View File

@@ -4406,6 +4406,7 @@ on a Commodore C64, C128 etc.")
"-DUSE_HOST_LIBZIP=ON"
"-DUSE_HOST_SDL=ON"
"-DUSE_LIBAO=ON"
"-DUSE_LIBCDIO=ON"
"-DUSE_LUA=ON"
"-DUSE_PULSEAUDIO=ON"
"-DUSE_VULKAN=ON")))
@@ -4413,6 +4414,7 @@ on a Commodore C64, C128 etc.")
ao
curl
glslang
libcdio
libzip
lua
miniupnpc