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

(-)a/dev-libs/libinput/libinput-1.10.7.ebuild (-4 / +8 lines)
Lines 2-8 Link Here
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=6
4
EAPI=6
5
inherit meson udev
5
inherit ltprune meson udev
6
6
7
DESCRIPTION="Library to handle input devices in Wayland"
7
DESCRIPTION="Library to handle input devices in Wayland"
8
HOMEPAGE="https://www.freedesktop.org/wiki/Software/libinput/"
8
HOMEPAGE="https://www.freedesktop.org/wiki/Software/libinput/"
Lines 20-26 RDEPEND=" Link Here
20
	input_devices_wacom? ( >=dev-libs/libwacom-0.20 )
20
	input_devices_wacom? ( >=dev-libs/libwacom-0.20 )
21
	>=dev-libs/libevdev-1.3
21
	>=dev-libs/libevdev-1.3
22
	>=sys-libs/mtdev-1.1
22
	>=sys-libs/mtdev-1.1
23
	virtual/libudev
23
	virtual/udev
24
"
24
"
25
DEPEND="${RDEPEND}
25
DEPEND="${RDEPEND}
26
	virtual/pkgconfig
26
	virtual/pkgconfig
Lines 48-56 src_configure() { Link Here
48
48
49
src_install() {
49
src_install() {
50
	meson_src_install
50
	meson_src_install
51
	prune_libtool_files --all
52
51
	if use doc ; then
53
	if use doc ; then
52
		docinto html
54
		docinto html
53
		dodoc -r "${BUILD_DIR}"/html/.
55
		dodoc -r "${BUILD_DIR}"/html/.
54
	fi
56
	fi
55
	find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die
57
}
58
59
pkg_postinst() {
60
	udevadm hwdb --update --root="${ROOT%/}"
56
}
61
}
57
- 

Return to bug 657000