From be461945db9e259664d230f26b6f0dbacd7fac12 Mon Sep 17 00:00:00 2001 From: Juergen Buchmueller Date: Tue, 8 Nov 2016 19:52:34 +0100 Subject: [PATCH] texmaker: fix cross --- srcpkgs/texmaker/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/texmaker/template b/srcpkgs/texmaker/template index 17bd7283a2f..dfef6218e77 100644 --- a/srcpkgs/texmaker/template +++ b/srcpkgs/texmaker/template @@ -11,3 +11,7 @@ license="GPL-3" homepage="http://www.xm1math.net/texmaker/index.html" distfiles="http://www.xm1math.net/$pkgname/$pkgname-$version.tar.bz2" checksum=2ce9966e410bf878649d1c756e3dc2a077e55e1eaa9f4beb10aa7224cd94d614 + +if [ -n "$CROSS_BUILD" ]; then + hostmakedepends+=" qt5-host-tools qt5-webkit-devel qt5-script-devel" +fi