logo

overlay

My (experimental) gentoo overlay
commit: 6a256622b21cbfd14866cc101a4705d4345c2a2a
parent: 6d349c78d6d444ed6873d81d5ba6dfe92e807fe0
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri, 15 Mar 2019 13:00:25 +0100

net-libs/webkit-gtk: Build MiniBrowser as USE=examples

Diffstat:

Mnet-libs/webkit-gtk/webkit-gtk-2.24.0.ebuild3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-libs/webkit-gtk/webkit-gtk-2.24.0.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.24.0.ebuild @@ -17,7 +17,7 @@ LICENSE="LGPL-2+ BSD" SLOT="4/37" # soname version of libwebkit2gtk-4.0 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x86-macos" -IUSE="aqua coverage doc +egl experimental +geolocation gles2 gnome-keyring +gstreamer +introspection +jit jpeg2k +jumbo-build libnotify nsplugin +opengl spell wayland +webgl +X" +IUSE="aqua coverage doc +egl examples experimental +geolocation gles2 gnome-keyring +gstreamer +introspection +jit jpeg2k +jumbo-build libnotify nsplugin +opengl spell wayland +webgl +X" # webgl needs gstreamer, bug #560612 # gstreamer with opengl/gles2 needs egl @@ -228,6 +228,7 @@ src_configure() { -DENABLE_UNIFIED_BUILDS=$(usex jumbo-build) -DSHOULD_INSTALL_JS_SHELL=ON -DENABLE_EXPERIMENTAL_FEATURES=$(usex experimental) + -DENABLE_MINIBROWSER=$(usex examples) -DENABLE_QUARTZ_TARGET=$(usex aqua) -DENABLE_API_TESTS=$(usex test) -DENABLE_GTKDOC=$(usex doc)