summaryrefslogtreecommitdiff
path: root/package/firefox/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-25 17:36:07 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-25 17:36:07 +0200
commit239dbd4db397e2e6eb3df7f03b7cb87fbbb629c8 (patch)
treec80e69d4d6c0407c4efff4983ec963ddcb535724 /package/firefox/Makefile
parent4d52e4eb4142be9d0849b4807f16adb57eb18fad (diff)
fix console login on pi
Diffstat (limited to 'package/firefox/Makefile')
-rw-r--r--package/firefox/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/firefox/Makefile b/package/firefox/Makefile
index c514ea502..9a9fc399c 100644
--- a/package/firefox/Makefile
+++ b/package/firefox/Makefile
@@ -21,9 +21,9 @@ PKG_SITES:= http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${PKG_
PKG_NOPARALLEL:= 1
PKG_NEED_CXX:= 1
-PKG_ARCH_DEPENDS:= x86 x86_64 native mips
+PKG_ARCH_DEPENDS:= arm x86 x86_64 native mips
PKG_HOST_DEPENDS:= !netbsd !freebsd !openbsd !cygwin
-PKG_SYSTEM_DEPENDS:= tarox-pc ibm-x40 lemote-yeelong qemu-i686 qemu-x86_64 qemu-mips64el
+PKG_SYSTEM_DEPENDS:= tarox-pc ibm-x40 lemote-yeelong qemu-i686 qemu-x86_64 qemu-mips64el raspberry-pi
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.source.tar.bz2
WRKDIST= ${WRKDIR}/mozilla-release