mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-kernel/udev-hid-bpf: hidraw is needed for tracing
See https://docs.kernel.org/hid/hid-bpf.html#tracing and there's a bunch of refs in the repo. Bug: https://bugs.gentoo.org/961038 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -181,7 +181,7 @@ python_check_deps() {
|
||||
}
|
||||
|
||||
pkg_pretend() {
|
||||
local CONFIG_CHECK="~BPF ~DEBUG_INFO_BTF ~HID_BPF"
|
||||
local CONFIG_CHECK="~BPF ~DEBUG_INFO_BTF ~HID_BPF ~HIDRAW"
|
||||
check_extra_config
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user