commit: d91e9d2cca45fbba399ca2369a0a72c76e94a8be
parent: ae6ea96c41dc67ea7917a85e6a8125e012b6f25e
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Fri, 24 Jan 2020 12:14:40 +0100
net-libs/webkit-gtk: Restore ENABLE_DARK_MODE_CSS
Fix was ineffective, it has to be done at the application/desktop level
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/net-libs/webkit-gtk/webkit-gtk-2.26.3.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.26.3.ebuild
@@ -255,8 +255,6 @@ src_configure() {
-DUSE_WPE_RENDERER=$(usex wpe)
-DENABLE_BUBBLEWRAP_SANDBOX=$(usex seccomp)
-DENABLE_MEDIA_SOURCE=$(usex media-source)
- # https://bugs.webkit.org/show_bug.cgi?id=197947
- -DENABLE_DARK_MODE_CSS=OFF
+ -DBWRAP_EXECUTABLE="${EPREFIX}"/usr/bin/bwrap # If bubblewrap[suid] then portage makes it go-r and cmake find_program fails with that
-DCMAKE_BUILD_TYPE=Release
-DPORT=GTK