libmtp: require a newer host libmtp in cross builds.

This commit is contained in:
Juan RP 2014-06-16 13:52:15 +02:00
parent f31c87fef4
commit af4e5325c6
1 changed files with 1 additions and 1 deletions

View File

@ -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() {