Fix dependencies
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: sdl3
|
name: sdl3
|
||||||
description: Cross-platform development library providing low level access to audio, keyboard, mouse, joystick and graphics hardware
|
description: Cross-platform development library providing low level access to audio, keyboard, mouse, joystick and graphics hardware
|
||||||
version: 3.4.2
|
version: 3.4.2
|
||||||
revision: 1
|
revision: 2
|
||||||
url: https://www.libsdl.org/
|
url: https://www.libsdl.org/
|
||||||
license: zlib
|
license: zlib
|
||||||
maintainers:
|
maintainers:
|
||||||
@@ -17,22 +17,25 @@ depends:
|
|||||||
- libxext
|
- libxext
|
||||||
- libxrender
|
- libxrender
|
||||||
optional_depends:
|
optional_depends:
|
||||||
- alsa-lib
|
- alsa-lib:For the ALSA audio driver
|
||||||
- libdecor
|
- jack:For the JACK audio driver
|
||||||
- pipewire
|
- libdecor:For Wayland client decorations
|
||||||
- libpulse
|
- libpulse:For the PulseAudio audio driver
|
||||||
- sndio
|
- pipewire:For the Pipewire audio driver
|
||||||
- vulkan-loader
|
- sndio:For the sndio audio driver
|
||||||
|
- vulkan-loader:For vulkan support
|
||||||
make_depends:
|
make_depends:
|
||||||
- alsa-lib
|
- alsa-lib
|
||||||
- cmake
|
- cmake
|
||||||
|
- jack
|
||||||
- libdecor
|
- libdecor
|
||||||
|
- libpulse
|
||||||
- libxinerama
|
- libxinerama
|
||||||
- libxkbcommon
|
- libxkbcommon
|
||||||
- libxrandr
|
- libxrandr
|
||||||
- mesa
|
- mesa
|
||||||
- ninja
|
- ninja
|
||||||
- libpulse
|
- pipewire
|
||||||
- sndio
|
- sndio
|
||||||
- vulkan-headers
|
- vulkan-headers
|
||||||
- wayland
|
- wayland
|
||||||
|
|||||||
Reference in New Issue
Block a user