Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 775794
Collapse All | Expand All

(-)a/dev-libs/libgaminggear/libgaminggear-0.15.1.ebuild (-2 / +3 lines)
Lines 1-8 Link Here
1
# Copyright 1999-2020 Gentoo Authors
1
# Copyright 1999-2021 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI=7
4
EAPI=7
5
5
6
CMAKE_MAKEFILE_GENERATOR="emake" # needed by USE=doc
6
inherit cmake xdg
7
inherit cmake xdg
7
8
8
DESCRIPTION="Provides functionality for gaming input devices"
9
DESCRIPTION="Provides functionality for gaming input devices"
Lines 46-51 src_prepare() { Link Here
46
47
47
src_configure() {
48
src_configure() {
48
	mycmakeargs=(
49
	mycmakeargs=(
50
		-DDOCDIR="share/doc/${PF}"
49
		-DWITH_DOC="$(usex doc)"
51
		-DWITH_DOC="$(usex doc)"
50
	)
52
	)
51
	cmake_src_configure
53
	cmake_src_configure
52
- 

Return to bug 775794