summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2023-04-19 15:29:53 -0400
committerIonen Wolkens <ionen@gentoo.org>2023-04-19 16:06:19 -0400
commitf26b3b6d6307a4a9eae06fef773b9c1e8cbc4e85 (patch)
tree838d1796e3a34772f02f6a080fabaf3a5f082c21 /dev-python/PyQt6/PyQt6-6.5.0.ebuild
parentdev-python/PyQt6: fix build with qtbase[-opengl] (diff)
downloadgentoo-f26b3b6d6307a4a9eae06fef773b9c1e8cbc4e85.tar.gz
gentoo-f26b3b6d6307a4a9eae06fef773b9c1e8cbc4e85.tar.bz2
gentoo-f26b3b6d6307a4a9eae06fef773b9c1e8cbc4e85.zip
dev-python/PyQt6: adjust deps for gles2-only
Interestly this seems to only use libglvnd directly if gles2-only (for libGLESv2), otherwise uses GL seemingly only through qtbase. Not worth a revbump, still masked and libglvnd is still guaranteed through qtbase either way -- just a nitpick from iwdevtools reporting the DT_NEEDED entry. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-python/PyQt6/PyQt6-6.5.0.ebuild')
-rw-r--r--dev-python/PyQt6/PyQt6-6.5.0.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/PyQt6/PyQt6-6.5.0.ebuild b/dev-python/PyQt6/PyQt6-6.5.0.ebuild
index 4b7e6d33b9e8..3490224e1178 100644
--- a/dev-python/PyQt6/PyQt6-6.5.0.ebuild
+++ b/dev-python/PyQt6/PyQt6-6.5.0.ebuild
@@ -50,6 +50,7 @@ DEPEND="
designer? ( >=dev-qt/qttools-${QT_PV}[designer] )
help? ( >=dev-qt/qttools-${QT_PV}[assistant] )
multimedia? ( >=dev-qt/qtmultimedia-${QT_PV} )
+ opengl? ( gles2-only? ( media-libs/libglvnd ) )
positioning? ( >=dev-qt/qtpositioning-${QT_PV} )
qml? ( >=dev-qt/qtdeclarative-${QT_PV} )
quick3d? ( >=dev-qt/qtquick3d-${QT_PV} )