diff options
author | Matija Skala <mskala@gmx.com> | 2018-06-06 19:01:17 +0200 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-06-06 16:20:00 -0700 |
commit | 80c95fc2e101e8cabd51551b140f04b7d0b6ec12 (patch) | |
tree | ed3cff81227772221a4fcc5b5521860f47c1cdcb /x11-drivers | |
parent | games-simulation/flightgear: tests should be optional, fix bug 657350 (diff) | |
download | gentoo-80c95fc2e101e8cabd51551b140f04b7d0b6ec12.tar.gz gentoo-80c95fc2e101e8cabd51551b140f04b7d0b6ec12.tar.bz2 gentoo-80c95fc2e101e8cabd51551b140f04b7d0b6ec12.zip |
x11-drivers/xf86-input-wacom: install udev/systemd files to the correct destination
Closes: https://github.com/gentoo/gentoo/pull/8735
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-input-wacom/xf86-input-wacom-0.36.0-r2.ebuild (renamed from x11-drivers/xf86-input-wacom/xf86-input-wacom-0.36.0-r1.ebuild) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.36.0-r1.ebuild b/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.36.0-r2.ebuild index 4bcff4b9fed2..a941f30d9cc1 100644 --- a/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.36.0-r1.ebuild +++ b/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.36.0-r2.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit linux-info xorg-2 +inherit linux-info systemd udev xorg-2 DESCRIPTION="Driver for Wacom tablets and drawing devices" HOMEPAGE="http://linuxwacom.sourceforge.net/" @@ -30,6 +30,8 @@ pkg_setup() { linux-info_pkg_setup XORG_CONFIGURE_OPTIONS=( + --with-systemd-unit-dir="$(systemd_get_systemunitdir)" + --with-udev-rules-dir="$(get_udevdir)/rules.d" $(use_enable debug) ) } |