Gentoo Archives: gentoo-commits

From: Jory Pratt <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/
Date: Tue, 23 Apr 2019 15:18:55
Message-Id: 1555983286.a09caa7b70ca6e9dca451ec028ad98ce83496100.anarchy@gentoo
1 commit: a09caa7b70ca6e9dca451ec028ad98ce83496100
2 Author: Jory Pratt <anarchy <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 23 01:34:46 2019 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 23 01:34:46 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=a09caa7b
7
8 www-client/firefox: use correct toolkit for wayland
9
10 Package-Manager: Portage-2.3.64, Repoman-2.3.12
11 Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>
12
13 www-client/firefox/firefox-67.0_beta12.ebuild | 6 +++++-
14 1 file changed, 5 insertions(+), 1 deletion(-)
15
16 diff --git a/www-client/firefox/firefox-67.0_beta12.ebuild b/www-client/firefox/firefox-67.0_beta12.ebuild
17 index a76e9ee..1bb2141 100644
18 --- a/www-client/firefox/firefox-67.0_beta12.ebuild
19 +++ b/www-client/firefox/firefox-67.0_beta12.ebuild
20 @@ -490,7 +490,11 @@ src_configure() {
21
22 # use the gtk3 toolkit (the only one supported at this point)
23 # TODO: Will this result in automagic dependency on x11-libs/gtk+[wayland]?
24 - mozconfig_annotate '' --enable-default-toolkit=cairo-gtk3
25 + if use wayland ; then
26 + mozconfig_annotate '' --enable-default-toolkit-cairo-gtk-wayland
27 + else
28 + mozconfig_annotate '' --enable-default-toolkit=cairo-gtk3
29 + fi
30
31 mozconfig_use_enable startup-notification
32 mozconfig_use_enable system-sqlite