diff options
Diffstat (limited to 'scripts/lib')
-rw-r--r-- | scripts/lib/bsp/substrate/target/arch/qemu/conf/machine/{{=machine}}.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/conf/machine/{{=machine}}.conf b/scripts/lib/bsp/substrate/target/arch/qemu/conf/machine/{{=machine}}.conf index d66d28f7ad..782ac217d9 100644 --- a/scripts/lib/bsp/substrate/target/arch/qemu/conf/machine/{{=machine}}.conf +++ b/scripts/lib/bsp/substrate/target/arch/qemu/conf/machine/{{=machine}}.conf | |||
@@ -47,7 +47,7 @@ MACHINE_FEATURES += "x86" | |||
47 | KERNEL_IMAGETYPE = "bzImage" | 47 | KERNEL_IMAGETYPE = "bzImage" |
48 | SERIAL_CONSOLE = "115200 ttyS0" | 48 | SERIAL_CONSOLE = "115200 ttyS0" |
49 | XSERVER = "xserver-xorg \ | 49 | XSERVER = "xserver-xorg \ |
50 | mesa-driver-swrast \ | 50 | ${@base_contains('DISTRO_FEATURES', 'opengl', 'mesa-driver-swrast', '', d)} \ |
51 | xf86-input-vmmouse \ | 51 | xf86-input-vmmouse \ |
52 | xf86-input-keyboard \ | 52 | xf86-input-keyboard \ |
53 | xf86-input-evdev \ | 53 | xf86-input-evdev \ |