mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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>
This commit is contained in:
@@ -49,6 +49,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} )
|
||||
|
||||
@@ -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} )
|
||||
|
||||
Reference in New Issue
Block a user