commit: 535545f92c69775f435d022c902803099268ac9d Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Sep 9 15:48:34 2017 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Sep 10 14:43:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=535545f9
profiles: plasma: Mask USE=gles2 in relevant packages Users too often burn themselves when enabling this flag globally. Gentoo-bug: 554478, 584010, 585334, 588914, 627758, 629632 profiles/targets/desktop/plasma/package.use.mask | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/profiles/targets/desktop/plasma/package.use.mask b/profiles/targets/desktop/plasma/package.use.mask new file mode 100644 index 00000000000..243f440fe66 --- /dev/null +++ b/profiles/targets/desktop/plasma/package.use.mask @@ -0,0 +1,19 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# USE=gles2 in the following packages disables full OpenGL +# Upstream does not test for that case and packages frequently +# fail to build or run if set. +dev-python/PyQt5 gles2 +dev-qt/qt3d gles2 +dev-qt/qtdatavis3d gles2 +dev-qt/qtdeclarative gles2 +dev-qt/qtgui gles2 +dev-qt/qtmultimedia gles2 +dev-qt/qtopengl gles2 +dev-qt/qtprintsupport gles2 +dev-qt/qtwidgets gles2 +kde-apps/kdenlive gles2 +kde-frameworks/plasma gles2 +kde-plasma/kinfocenter gles2 +kde-plasma/kwin gles2
