Skip to content

Commit

Permalink
kde-plasma/kinfocenter: dev-qt/qtgui[-gles2 => -gles2-only]
Browse files Browse the repository at this point in the history
Signed-off-by: Haelwenn (lanodan) Monnier <[email protected]>
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
lanodan authored and a17r committed Apr 3, 2020
1 parent bb29548 commit 3782e90
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ SRC_URI+=" https://www.gentoo.org/assets/img/logo/gentoo-3d-small.png -> glogo-s
LICENSE="GPL-2" # TODO: CHECK
SLOT="5"
KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
IUSE="gles2 ieee1394 +opengl +pci wayland"
IUSE="gles2-only ieee1394 +opengl +pci wayland"

REQUIRED_USE="wayland? ( || ( gles2 opengl ) )"
REQUIRED_USE="wayland? ( || ( gles2-only opengl ) )"

BDEPEND=">=dev-util/cmake-3.14.3"
COMMON_DEPEND="
Expand All @@ -44,9 +44,9 @@ COMMON_DEPEND="
x11-libs/libX11
ieee1394? ( sys-libs/libraw1394 )
opengl? (
>=dev-qt/qtgui-${QTMIN}:5[gles2=]
media-libs/mesa[gles2?,X(+)]
!gles2? ( media-libs/glu )
>=dev-qt/qtgui-${QTMIN}:5[gles2-only=]
gles2-only? ( media-libs/mesa[gles2,X(+)] )
!gles2-only? ( media-libs/glu )
)
pci? ( sys-apps/pciutils )
wayland? (
Expand Down
1 change: 0 additions & 1 deletion kde-plasma/kinfocenter/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<name>Gentoo KDE Project</name>
</maintainer>
<use>
<flag name="gles2">Show OpenGL ES information in kinfocenter</flag>
<flag name="pci">Show advanced PCI information</flag>
</use>
</pkgmetadata>

0 comments on commit 3782e90

Please sign in to comment.