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