webkitgtk: do not allow cross builds for now.
This commit is contained in:
parent
11aceec566
commit
e9f2d39d7f
1 changed files with 5 additions and 0 deletions
|
@ -11,6 +11,11 @@ license="LGPL-2.1, Simplified BSD (2 clause)"
|
|||
distfiles="${homepage}/releases/${pkgname}-${version}.tar.xz"
|
||||
checksum=c710994a1ed0ec78f746a05ae7dc65369ed56d7475f0de576ca7a73ad9c6e670
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
msg_red "${pkgname}-${version}: cannot be cross compiled right now.\n"
|
||||
return 0
|
||||
fi
|
||||
|
||||
hostmakedepends="perl python pkg-config intltool which gperf flex
|
||||
ruby glib-devel icu-devel"
|
||||
makedepends="
|
||||
|
|
Loading…
Reference in a new issue