diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-03-27 10:38:39 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-03-27 10:40:32 -0700 |
commit | 981d16504d0e25c986cffd793feb824dcaa6df26 (patch) | |
tree | c487498965a18a0ce6953196fce053a78f04fe42 /net-libs | |
parent | virtual/jre: Stabilize 11-r2 x86, #835427 (diff) | |
download | gentoo-981d16504d0e25c986cffd793feb824dcaa6df26.tar.gz gentoo-981d16504d0e25c986cffd793feb824dcaa6df26.tar.bz2 gentoo-981d16504d0e25c986cffd793feb824dcaa6df26.zip |
net-libs/webkit-gtk: Disable USE_ANGLE_WEBGL
Closes: https://bugs.gentoo.org/836160
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/webkit-gtk/webkit-gtk-2.36.0-r1.ebuild (renamed from net-libs/webkit-gtk/webkit-gtk-2.36.0.ebuild) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-libs/webkit-gtk/webkit-gtk-2.36.0.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.36.0-r1.ebuild index bd80edb4b8fa..d7f285d8177b 100644 --- a/net-libs/webkit-gtk/webkit-gtk-2.36.0.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-2.36.0-r1.ebuild @@ -217,7 +217,8 @@ src_configure() { -DENABLE_UNIFIED_BUILDS=$(usex jumbo-build) -DENABLE_VIDEO=$(usex gstreamer) -DENABLE_WEBGL=ON - -DENABLE_WEBGL2=ON + # Supported only under ANGLE + -DENABLE_WEBGL2=OFF -DENABLE_WEB_AUDIO=$(usex gstreamer) # Source/cmake/OptionsGTK.cmake -DENABLE_GLES2=$(usex gles2-only) @@ -227,7 +228,7 @@ src_configure() { -DENABLE_QUARTZ_TARGET=$(usex aqua) -DENABLE_WAYLAND_TARGET=$(usex wayland) -DENABLE_X11_TARGET=$(usex X) - -DUSE_ANGLE_WEBGL=ON + -DUSE_ANGLE_WEBGL=OFF -DUSE_AVIF=$(usex avif) -DUSE_GTK4=OFF -DUSE_JPEGXL=OFF |