diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-09-09 17:48:34 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-09-10 16:43:23 +0200 |
commit | 535545f92c69775f435d022c902803099268ac9d (patch) | |
tree | b06e9a22a934066bc2ed1dadb99eb1595fdc4e79 /profiles/targets/desktop/plasma | |
parent | kde-plasma/kscreenlocker: Force dev-qt/qtgui[-gles] (diff) | |
download | gentoo-535545f92c69775f435d022c902803099268ac9d.tar.gz gentoo-535545f92c69775f435d022c902803099268ac9d.tar.bz2 gentoo-535545f92c69775f435d022c902803099268ac9d.zip |
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
Diffstat (limited to 'profiles/targets/desktop/plasma')
-rw-r--r-- | profiles/targets/desktop/plasma/package.use.mask | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/profiles/targets/desktop/plasma/package.use.mask b/profiles/targets/desktop/plasma/package.use.mask new file mode 100644 index 000000000000..243f440fe66e --- /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 |