summaryrefslogtreecommitdiffstats
path: root/gentoo/trinity-base/kscreensaver/kscreensaver-3.5.13.1.ebuild
blob: a73969a49b3b93b0cb62b39eb928fc5e665ae905 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
TRINITY_MODULE_NAME="kdebase"

inherit trinity-meta

DESCRIPTION="Trinity screensaver framework"
KEYWORDS="x86 amd64"
IUSE="opengl +krootbacking"
# CHECKME: if this use needed
DEPEND="x11-libs/libXt
	opengl? ( virtual/opengl )
	krootbacking? ( >=trinity-base/krootbacking-${PV}:${TRINITY_VER} )"
RDEPEND="${DEPEND}"

src_configure () {
	if use opengl; then
		ewarn "OpenGL is not supported by trinity build system yet."
		ewarn "This use flag is here just for future/past capability"
	fi

	mycmakeargs=(
		$(cmake-utils_use_with opengl OPENGL )
	)

	trinity-meta_src_configure
}