libmtp: require a newer host libmtp in cross builds.
This commit is contained in:
parent
f31c87fef4
commit
af4e5325c6
|
@ -15,7 +15,7 @@ checksum=3a1c1c83af91de4052eb54feb795c141b4c04a252e0031954ebbf6175970cb0a
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
# XXX needs host mtp-hotplug
|
# XXX needs host mtp-hotplug
|
||||||
hostmakedepends+=" libmtp"
|
hostmakedepends+=" libmtp>=1.1.6_4"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
|
Loading…
Reference in New Issue