diff options
author | Oliver Schib <lich000king@yahoo.de> | 2018-04-18 21:57:06 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-04-19 20:59:12 +0100 |
commit | 593b88759b25e3813b51ab282009990b2b8709d5 (patch) | |
tree | 3cafe8e73d70e31abecd7c868c87017ab8a9a86f /package/firefox | |
parent | 5f0e121947dadda6fbe340ccb7ef4298f10e5eb1 (diff) |
Fix some dependencies for rpi3p
Signed-off-by: Oliver Schib <lich000king@yahoo.de>
Diffstat (limited to 'package/firefox')
-rw-r--r-- | package/firefox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/firefox/Makefile b/package/firefox/Makefile index e5675dbae..9f108c604 100644 --- a/package/firefox/Makefile +++ b/package/firefox/Makefile @@ -25,7 +25,7 @@ PKG_CFLINE_FIREFOX:= select ADK_PACKAGE_CAIRO_WITH_TEE@ PKG_CFLINE_FIREFOX+= select ADK_PACKAGE_CAIRO_WITH_XRENDER PKG_ARCH_DEPENDS:= arm mips mips64 x86 x86_64 -PKG_SYSTEM_DEPENDS:= solidrun-imx6 ibm-x40 lemote-yeelong qemu-i686 qemu-x86_64 raspberry-pi raspberry-pi2 raspberry-pi3 +PKG_SYSTEM_DEPENDS:= solidrun-imx6 ibm-x40 lemote-yeelong qemu-i686 qemu-x86_64 raspberry-pi raspberry-pi2 raspberry-pi3 raspberry-pi3p DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).source.tar.xz WRKBUILD= $(WRKDIR)/$(PKG_NAME)-obj |