diff options
author | Jory A. Pratt <anarchy@gentoo.org> | 2015-11-29 18:19:30 -0600 |
---|---|---|
committer | Jory A. Pratt <anarchy@gentoo.org> | 2015-11-29 18:21:24 -0600 |
commit | 6774ea3aef72cf1c2cd7a2a3b04261eaa105108d (patch) | |
tree | a6f6915bc056635249a628a467174f07e7203e3e /eclass/mozconfig-v6.42.eclass | |
parent | app-admin/supernova: remove version 2.0.7 (diff) | |
download | gentoo-6774ea3aef72cf1c2cd7a2a3b04261eaa105108d.tar.gz gentoo-6774ea3aef72cf1c2cd7a2a3b04261eaa105108d.tar.bz2 gentoo-6774ea3aef72cf1c2cd7a2a3b04261eaa105108d.zip |
eclass mozconfig-v6.42 - add xcb dep on system-cairo
Diffstat (limited to 'eclass/mozconfig-v6.42.eclass')
-rw-r--r-- | eclass/mozconfig-v6.42.eclass | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/eclass/mozconfig-v6.42.eclass b/eclass/mozconfig-v6.42.eclass index 3d67500fc22c..7ed728314fca 100644 --- a/eclass/mozconfig-v6.42.eclass +++ b/eclass/mozconfig-v6.42.eclass @@ -99,21 +99,13 @@ RDEPEND=">=app-text/hunspell-1.2 x11-libs/libXfixes x11-libs/libXrender x11-libs/libXt - system-cairo? ( >=x11-libs/cairo-1.12[X] >=x11-libs/pixman-0.19.2 ) + system-cairo? ( >=x11-libs/cairo-1.12[X,xcb] >=x11-libs/pixman-0.19.2 ) system-icu? ( >=dev-libs/icu-51.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) system-sqlite? ( >=dev-db/sqlite-3.8.11.1:3[secure-delete,debug=] ) system-libvpx? ( >=media-libs/libvpx-1.3.0:0=[postproc] ) " -# dev-lang/yaml is needed on all available platforms for webm support: -DEPEND+=" - amd64? ( dev-lang/yasm ) - amd64-fbsd? ( dev-lang/yasm ) - x86? ( dev-lang/yasm ) - x86-fbsd? ( dev-lang/yasm ) -" - if [[ -n ${MOZCONFIG_OPTIONAL_GTK3} ]]; then if [[ ${MOZCONFIG_OPTIONAL_GTK3} = "enabled" ]]; then IUSE+=" +gtk3" @@ -241,6 +233,7 @@ mozconfig_config() { mozconfig_annotate 'Gentoo default' --with-system-png mozconfig_annotate '' --enable-system-ffi mozconfig_annotate 'Gentoo default to honor system linker' --disable-gold + mozconfig_annotate 'Gentoo default' --disable-skia mozconfig_annotate '' --disable-gconf # Use jemalloc unless libc is not glibc >= 2.4 |