summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/vtk')
-rw-r--r--sci-libs/vtk/vtk-9.0.3-r4.ebuild (renamed from sci-libs/vtk/vtk-9.0.3-r3.ebuild)5
1 files changed, 3 insertions, 2 deletions
diff --git a/sci-libs/vtk/vtk-9.0.3-r3.ebuild b/sci-libs/vtk/vtk-9.0.3-r4.ebuild
index db7df9ecb55d..578cf8ade8fb 100644
--- a/sci-libs/vtk/vtk-9.0.3-r3.ebuild
+++ b/sci-libs/vtk/vtk-9.0.3-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -47,6 +47,7 @@ REQUIRED_USE="
qt5? ( X rendering )
tk? ( X rendering python )
web? ( python )
+ ^^ ( X offscreen )
"
RDEPEND="
@@ -358,9 +359,9 @@ src_configure() {
if use offscreen; then
mycmakeargs+=(
- -DVTK_OPENGL_HAS_OSMESA=ON
-DVTK_DEFAULT_RENDER_WINDOW_OFFSCREEN=ON
-DVTK_DEFAULT_RENDER_WINDOW_HEADLESS=ON
+ -DVTK_OPENGL_HAS_OSMESA=ON
)
fi