logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: b2138e5909b7a1895bc3db410eaeac2a1ec01852
parent 2f529df4407e2e38f3639f66abe4c911a3081258
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue, 22 Mar 2022 19:53:46 +0100

net-libs/webkit-gtk: configuration fix

Diffstat:

Mnet-libs/webkit-gtk/webkit-gtk-2.36.0-r100.ebuild3+--
Mnet-libs/webkit-gtk/webkit-gtk-2.36.0-r200.ebuild3+--
Mnet-libs/webkit-gtk/webkit-gtk-2.36.0.ebuild3+--
3 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/net-libs/webkit-gtk/webkit-gtk-2.36.0-r100.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.36.0-r100.ebuild @@ -262,7 +262,7 @@ src_configure() { -DUSE_OPENJPEG=$(usex jpeg2k) -DUSE_WOFF2=ON -DENABLE_SPELLCHECK=$(usex spell) - -DUSE_SYSTEMD=$(usex systemd) # Whether to enable journald logging + -DENABLE_JOURNALD_LOG=$(usex systemd) -DENABLE_GAMEPAD=$(usex gamepad) -DENABLE_WAYLAND_TARGET=$(usex wayland) -DUSE_WPE_RENDERER=${use_wpe_renderer} # WPE renderer is used to implement accelerated compositing under wayland @@ -276,7 +276,6 @@ src_configure() { # https://bugs.webkit.org/show_bug.cgi?id=224888 -DENABLE_WEBGL2=OFF -DENABLE_BUBBLEWRAP_SANDBOX=$(usex seccomp) - -DUSE_LD_GOLD=ON -DUSE_GTK4=OFF -DUSE_SOUP2=OFF -DBWRAP_EXECUTABLE:FILEPATH="${EPREFIX}"/usr/bin/bwrap # If bubblewrap[suid] then portage makes it go-r and cmake find_program fails with that diff --git a/net-libs/webkit-gtk/webkit-gtk-2.36.0-r200.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.36.0-r200.ebuild @@ -262,7 +262,7 @@ src_configure() { -DUSE_OPENJPEG=$(usex jpeg2k) -DUSE_WOFF2=ON -DENABLE_SPELLCHECK=$(usex spell) - -DUSE_SYSTEMD=$(usex systemd) # Whether to enable journald logging + -DENABLE_JOURNALD_LOG=$(usex systemd) -DENABLE_GAMEPAD=$(usex gamepad) -DENABLE_WAYLAND_TARGET=$(usex wayland) -DUSE_WPE_RENDERER=${use_wpe_renderer} # WPE renderer is used to implement accelerated compositing under wayland @@ -276,7 +276,6 @@ src_configure() { # https://bugs.webkit.org/show_bug.cgi?id=224888 -DENABLE_WEBGL2=OFF -DENABLE_BUBBLEWRAP_SANDBOX=$(usex seccomp) - -DUSE_LD_GOLD=ON -DUSE_GTK4=ON -DUSE_SOUP2=OFF -DBWRAP_EXECUTABLE:FILEPATH="${EPREFIX}"/usr/bin/bwrap # If bubblewrap[suid] then portage makes it go-r and cmake find_program fails with that diff --git a/net-libs/webkit-gtk/webkit-gtk-2.36.0.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.36.0.ebuild @@ -262,7 +262,7 @@ src_configure() { -DUSE_OPENJPEG=$(usex jpeg2k) -DUSE_WOFF2=ON -DENABLE_SPELLCHECK=$(usex spell) - -DUSE_SYSTEMD=$(usex systemd) # Whether to enable journald logging + -DENABLE_JOURNALD_LOG=$(usex systemd) -DENABLE_GAMEPAD=$(usex gamepad) -DENABLE_WAYLAND_TARGET=$(usex wayland) -DUSE_WPE_RENDERER=${use_wpe_renderer} # WPE renderer is used to implement accelerated compositing under wayland @@ -276,7 +276,6 @@ src_configure() { # https://bugs.webkit.org/show_bug.cgi?id=224888 -DENABLE_WEBGL2=OFF -DENABLE_BUBBLEWRAP_SANDBOX=$(usex seccomp) - -DUSE_LD_GOLD=ON -DUSE_GTK4=OFF -DUSE_SOUP2=ON -DBWRAP_EXECUTABLE:FILEPATH="${EPREFIX}"/usr/bin/bwrap # If bubblewrap[suid] then portage makes it go-r and cmake find_program fails with that