app-emulation/spice-vdagent: improve kernel config warning

Package-Manager: Portage-2.3.6, Repoman-2.3.2
This commit is contained in:
Matthias Maier
2017-06-14 09:24:03 -05:00
parent 1b3f7f9d0e
commit 7d66b82c19

View File

@@ -30,8 +30,8 @@ RDEPEND="${CDEPEND}
selinux? ( sec-policy/selinux-vdagent )"
CONFIG_CHECK="~INPUT_UINPUT ~VIRTIO_CONSOLE"
ERROR_INPUT_UINPUT="User level input support is required"
ERROR_VIRTIO_CONSOLE="VirtIO console/serial device support is required"
ERROR_INPUT_UINPUT="User level input support (INPUT_UINPUT) is required"
ERROR_VIRTIO_CONSOLE="VirtIO console/serial device support (VIRTIO_CONSOLE) is required"
PATCHES=( "${FILESDIR}"/${PN}-0.17.0-add-missing-stub-function.patch )