mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-10 00:10:19 +03: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:
parent
4d9ec58407
commit
ef7009e982
@ -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
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user