fmit: add gettext to host deps
This commit is contained in:
parent
0e5fa68a83
commit
7cfcbbb7e9
|
@ -4,11 +4,11 @@ version=1.2.13
|
||||||
revision=1
|
revision=1
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
configure_args="CONFIG+=acs_qt CONFIG+=$(vopt_if alsa acs_alsa)
|
configure_args="CONFIG+=acs_qt CONFIG+=$(vopt_if alsa acs_alsa)
|
||||||
CONFIG+=$(vopt_if jack acs_jack) CONFIG+=$(vopt_if portaudio acs_portaudio)"
|
CONFIG+=$(vopt_if jack acs_jack) CONFIG+=$(vopt_if portaudio acs_portaudio)"
|
||||||
hostmakedepends="itstool pkg-config qt5-tools"
|
hostmakedepends="itstool pkg-config qt5-tools gettext"
|
||||||
makedepends="$(vopt_if alsa alsa-lib-devel) fftw-devel $(vopt_if jack jack-devel)
|
makedepends="$(vopt_if alsa alsa-lib-devel) fftw-devel $(vopt_if jack jack-devel)
|
||||||
$(vopt_if portaudio portaudio-devel) pulseaudio-devel qt5-multimedia-devel
|
$(vopt_if portaudio portaudio-devel) pulseaudio-devel qt5-multimedia-devel
|
||||||
qt5-svg-devel"
|
qt5-svg-devel"
|
||||||
depends="desktop-file-utils hicolor-icon-theme"
|
depends="desktop-file-utils hicolor-icon-theme"
|
||||||
short_desc="Graphical utility for tuning your musical instruments"
|
short_desc="Graphical utility for tuning your musical instruments"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
|
Loading…
Reference in New Issue