diff options
author | Steve Arnold <stephen.arnold42@gmail.com> | 2015-08-20 09:10:23 -0700 |
---|---|---|
committer | Steve Arnold <stephen.arnold42@gmail.com> | 2015-08-20 09:10:23 -0700 |
commit | 452fb4c093a29b6a7ae614b0e6587bbbb94b9ecc (patch) | |
tree | e6c0a333d240474d2e455ad77d11e1ae92bcec21 | |
parent | fixed up armv7 sources with upstream config and imx use flag (use=-imx should... (diff) | |
download | arm-452fb4c093a29b6a7ae614b0e6587bbbb94b9ecc.tar.gz arm-452fb4c093a29b6a7ae614b0e6587bbbb94b9ecc.tar.bz2 arm-452fb4c093a29b6a7ae614b0e6587bbbb94b9ecc.zip |
added arm flag for skia internal graphics
-rw-r--r-- | www-client/firefox/firefox-37.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-client/firefox/firefox-37.0.2.ebuild b/www-client/firefox/firefox-37.0.2.ebuild index f218266..ea5770c 100644 --- a/www-client/firefox/firefox-37.0.2.ebuild +++ b/www-client/firefox/firefox-37.0.2.ebuild @@ -246,7 +246,7 @@ src_configure() { # force jit - switched to config option instead #mozconfig_annotate '' --enable-ion # workaround for arm config missing graphics - mozconfig_annotate '' --enable-skia + use arm && mozconfig_annotate '' --enable-skia # Allow for a proper pgo build if use pgo; then |