1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 02:47:35 +00:00

Ports/devilutionX: Remove SDL2_mixer dependency

This commit is contained in:
Anders Jenbo 2023-10-24 22:54:57 +02:00 committed by Andrew Kaster
parent f92f571019
commit e14189de0f

View file

@ -10,7 +10,6 @@ depends=(
'libpng' 'libpng'
'SDL2' 'SDL2'
'SDL2_image' 'SDL2_image'
'SDL2_mixer'
) )
configopts=( configopts=(
'-DCMAKE_BUILD_TYPE=Release' '-DCMAKE_BUILD_TYPE=Release'