mirror of
https://github.com/Leonmmcoset/cleonos.git
synced 2026-04-27 05:34:00 +00:00
桌面环境
This commit is contained in:
@@ -36,7 +36,7 @@ set(CLEONOS_QEMU_ACCEL_ARGS "")
|
||||
if(CLEONOS_QEMU_ENABLE_KVM)
|
||||
list(APPEND CLEONOS_QEMU_ACCEL_ARGS -enable-kvm -cpu host)
|
||||
endif()
|
||||
set(CLEONOS_QEMU_ENABLE_USB_TABLET ON CACHE BOOL "Enable QEMU USB tablet for absolute mouse pointer")
|
||||
set(CLEONOS_QEMU_ENABLE_USB_TABLET OFF CACHE BOOL "Enable QEMU USB tablet for absolute mouse pointer (requires USB HID support)")
|
||||
set(CLEONOS_QEMU_INPUT_ARGS "")
|
||||
if(CLEONOS_QEMU_ENABLE_USB_TABLET)
|
||||
list(APPEND CLEONOS_QEMU_INPUT_ARGS -usb -device usb-tablet)
|
||||
|
||||
Reference in New Issue
Block a user