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

(-)/usr/portage/x11-drivers/linuxwacom/linuxwacom-0.8.4_p1.ebuild (-4 / +4 lines)
Lines 31-43 Link Here
31
31
32
wacom_check() {
32
wacom_check() {
33
	if use modules ; then
33
	if use modules ; then
34
		ebegin "Checking for wacom module"
34
		ebegin "Checking for wacom builtin driver"
35
		linux_chkconfig_module TABLET_USB_WACOM
35
		linux_chkconfig_builtin TABLET_USB_WACOM
36
		eend $?
36
		eend $?
37
37
38
		if [[ $? -ne 0 ]] || ! [ -f "/lib/modules/${KV}/kernel/drivers/input/tablet/wacom.ko" ]; then
38
		if [[ $? -eq 0 ]]; then
39
			eerror "You need to have your kernel compiled with wacom as a module"
39
			eerror "You need to have your kernel compiled with wacom as a module"
40
			eerror "to let linuxwacom overwrite it."
40
			eerror "or disabled at all to let linuxwacom overwrite it."
41
			eerror "Enable it in the kernel, found at:"
41
			eerror "Enable it in the kernel, found at:"
42
			eerror
42
			eerror
43
			eerror " Device Drivers"
43
			eerror " Device Drivers"

Return to bug 284523