media-libs/opensubdiv: fix automagic dep on GLX

Closes: https://bugs.gentoo.org/955626
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/43084
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Paul Zander
2025-07-20 21:33:08 +02:00
committed by Sam James
parent a2cb0b44f3
commit a7753b2d6b

View File

@@ -36,6 +36,7 @@ BDEPEND="
python? ( ${PYTHON_DEPS} )
"
# opengl requires GLX, libglvnd[X]
RDEPEND="
examples? (
opengl? (
@@ -44,6 +45,7 @@ RDEPEND="
)
)
)
opengl? ( media-libs/libglvnd[X] )
opencl? ( virtual/opencl )
openmp? ( || (
sys-devel/gcc:*[openmp]