diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-04-21 11:47:24 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-04-21 11:52:11 -0700 |
commit | 837557fc8d33959a33c0a8d7d38c14142b575e63 (patch) | |
tree | 21216e5318d0def3eaa1fe30080685ea1cf13773 /x11-base | |
parent | dev-python/httpstat: DISTUTILS_USE_SETUPTOOLS=rdepend (diff) | |
download | gentoo-837557fc8d33959a33c0a8d7d38c14142b575e63.tar.gz gentoo-837557fc8d33959a33c0a8d7d38c14142b575e63.tar.bz2 gentoo-837557fc8d33959a33c0a8d7d38c14142b575e63.zip |
x11-base/xorg-drivers: Depend on udev support for libinput/evdev
Closes: https://bugs.gentoo.org/718686
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-base')
-rw-r--r-- | x11-base/xorg-drivers/xorg-drivers-1.20-r2.ebuild (renamed from x11-base/xorg-drivers/xorg-drivers-1.20-r1.ebuild) | 12 | ||||
-rw-r--r-- | x11-base/xorg-drivers/xorg-drivers-9999.ebuild | 10 |
2 files changed, 16 insertions, 6 deletions
diff --git a/x11-base/xorg-drivers/xorg-drivers-1.20-r1.ebuild b/x11-base/xorg-drivers/xorg-drivers-1.20-r2.ebuild index a015acc2828c..9d4ef15e4889 100644 --- a/x11-base/xorg-drivers/xorg-drivers-1.20-r1.ebuild +++ b/x11-base/xorg-drivers/xorg-drivers-1.20-r2.ebuild @@ -58,10 +58,16 @@ IUSE="${IUSE_VIDEO_CARDS} ${IUSE_INPUT_DEVICES}" PDEPEND=" input_devices_elographics? ( x11-drivers/xf86-input-elographics ) - input_devices_evdev? ( >=x11-drivers/xf86-input-evdev-2.10.6 ) + input_devices_evdev? ( + >=x11-base/xorg-server-${PV}[udev] + >=x11-drivers/xf86-input-evdev-2.10.6 + ) input_devices_joystick? ( >=x11-drivers/xf86-input-joystick-1.6.3 ) input_devices_keyboard? ( x11-drivers/xf86-input-keyboard ) - input_devices_libinput? ( >=x11-drivers/xf86-input-libinput-0.27.1 ) + input_devices_libinput? ( + >=x11-base/xorg-server-${PV}[udev] + >=x11-drivers/xf86-input-libinput-0.27.1 + ) input_devices_mouse? ( >=x11-drivers/xf86-input-mouse-1.9.3 ) input_devices_vmmouse? ( x11-drivers/xf86-input-vmmouse ) input_devices_void? ( x11-drivers/xf86-input-void ) @@ -94,6 +100,4 @@ PDEPEND=" video_cards_via? ( x11-drivers/xf86-video-openchrome ) video_cards_virtualbox? ( x11-drivers/xf86-video-vboxvideo ) video_cards_vmware? ( >=x11-drivers/xf86-video-vmware-13.3.0 ) - - !<x11-drivers/xf86-input-evdev-2.10.4 " diff --git a/x11-base/xorg-drivers/xorg-drivers-9999.ebuild b/x11-base/xorg-drivers/xorg-drivers-9999.ebuild index 5bf741ecf02a..f9af84eb3d25 100644 --- a/x11-base/xorg-drivers/xorg-drivers-9999.ebuild +++ b/x11-base/xorg-drivers/xorg-drivers-9999.ebuild @@ -58,10 +58,16 @@ IUSE="${IUSE_VIDEO_CARDS} ${IUSE_INPUT_DEVICES}" PDEPEND=" input_devices_elographics? ( x11-drivers/xf86-input-elographics ) - input_devices_evdev? ( >=x11-drivers/xf86-input-evdev-2.10.6 ) + input_devices_evdev? ( + >=x11-base/xorg-server-${PV}[udev] + >=x11-drivers/xf86-input-evdev-2.10.6 + ) input_devices_joystick? ( >=x11-drivers/xf86-input-joystick-1.6.3 ) input_devices_keyboard? ( x11-drivers/xf86-input-keyboard ) - input_devices_libinput? ( >=x11-drivers/xf86-input-libinput-0.27.1 ) + input_devices_libinput? ( + >=x11-base/xorg-server-${PV}[udev] + >=x11-drivers/xf86-input-libinput-0.27.1 + ) input_devices_mouse? ( >=x11-drivers/xf86-input-mouse-1.9.3 ) input_devices_vmmouse? ( x11-drivers/xf86-input-vmmouse ) input_devices_void? ( x11-drivers/xf86-input-void ) |