From af4e5325c689f18a6a41983b618ba63710e9d9bf Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 16 Jun 2014 13:52:15 +0200 Subject: [PATCH] libmtp: require a newer host libmtp in cross builds. --- srcpkgs/libmtp/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libmtp/template b/srcpkgs/libmtp/template index ff9651326e3..f4f68479255 100644 --- a/srcpkgs/libmtp/template +++ b/srcpkgs/libmtp/template @@ -15,7 +15,7 @@ checksum=3a1c1c83af91de4052eb54feb795c141b4c04a252e0031954ebbf6175970cb0a if [ "$CROSS_BUILD" ]; then # XXX needs host mtp-hotplug - hostmakedepends+=" libmtp" + hostmakedepends+=" libmtp>=1.1.6_4" fi pre_configure() {