SDL_mixer: remove guards from INSTALL.msg.
This commit is contained in:
parent
e6b61162d7
commit
be0c4a3c81
2 changed files with 4 additions and 6 deletions
|
@ -1,5 +1,3 @@
|
||||||
==========================================================================
|
|
||||||
By default this package uses its built-in timidity as MIDI synth,
|
By default this package uses its built-in timidity as MIDI synth,
|
||||||
optionally installing the fluidsynth package replaces it. It is
|
optionally installing the fluidsynth package replaces it. It is
|
||||||
dlopen(3)ed at runtime.
|
dlopen(3)ed at runtime.
|
||||||
==========================================================================
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'SDL_mixer'
|
# Template file for 'SDL_mixer'
|
||||||
pkgname=SDL_mixer
|
pkgname=SDL_mixer
|
||||||
version=1.2.12
|
version=1.2.12
|
||||||
revision=10
|
revision=11
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
|
Loading…
Reference in a new issue