vice: add alsa-lib-devel to enable ALSA support
This commit is contained in:
parent
6c0faa7f0b
commit
0db0fd6993
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'vice'
|
||||
pkgname=vice
|
||||
version=3.4
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="
|
||||
$(vopt_enable sdl2 sdlui2)
|
||||
|
@ -21,6 +21,7 @@ makedepends="
|
|||
libpng-devel
|
||||
giflib-devel
|
||||
glew-devel
|
||||
alsa-lib-devel
|
||||
$(vopt_if sdl2 SDL2_mixer-devel)
|
||||
$(vopt_if sdl2 SDL2-devel)
|
||||
$(vopt_if gtk3 gtk+3-devel)
|
||||
|
|
Loading…
Reference in a new issue