From 076c6da5d56bbccdb0d980b5fb29be5d81ae2f34 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Thu, 3 Aug 2017 17:19:45 +0000 Subject: [PATCH] swh-lv2: fix cross --- srcpkgs/swh-lv2/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/swh-lv2/template b/srcpkgs/swh-lv2/template index 8da94ddd163..d84cc0b7f55 100644 --- a/srcpkgs/swh-lv2/template +++ b/srcpkgs/swh-lv2/template @@ -7,7 +7,8 @@ wrksrc="lv2-${version}" make_install_target="install-system" homepage="http://plugin.org.uk/" distfiles="https://github.com/swh/lv2/archive/v${version}.tar.gz" -makedepends="pkg-config fftw-devel libxslt" +hostmakedepends="pkg-config libxslt" +makedepends="fftw-devel" short_desc="Collection of GPL (free software) LV2 audio plugins" maintainer="Juan RP " license="GPL-3"