From 48945dfca39be6e6430b4ba7c7841ab5ba185676 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Sun, 1 Sep 2019 11:38:44 +0200 Subject: local.conf.sample: add a commented-out option to enable the gtk UI qemu frontend Gtk is disabled by default as SDL is somewhat quicker to build. (From meta-yocto rev: d48f63bba98c94171db5da826c35c50ff638d2fb) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta-poky/conf/local.conf.sample | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'meta-poky') diff --git a/meta-poky/conf/local.conf.sample b/meta-poky/conf/local.conf.sample index b36530dd8c..c86eee4560 100644 --- a/meta-poky/conf/local.conf.sample +++ b/meta-poky/conf/local.conf.sample @@ -238,12 +238,16 @@ BB_DISKMON_DIRS ??= "\ # Qemu configuration # # By default native qemu will build with a builtin VNC server where graphical output can be -# seen. The line below enable the SDL backend too. By default libsdl2-native will -# be built, if you want to use your host's libSDL instead of the minimal libsdl built -# by libsdl2-native then uncomment the ASSUME_PROVIDED line below. +# seen. The line below enables the SDL UI frontend too. PACKAGECONFIG_append_pn-qemu-system-native = " sdl" +# By default libsdl2-native will be built, if you want to use your host's libSDL instead of +# the minimal libsdl built by libsdl2-native then uncomment the ASSUME_PROVIDED line below. #ASSUME_PROVIDED += "libsdl2-native" +# You can also enable the Gtk UI frontend, which takes somewhat longer to build, but adds +# a handy set of menus for controlling the emulator. +#PACKAGECONFIG_append_pn-qemu-system-native = " gtk+" + # CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to # track the version of this file when it was generated. This can safely be ignored if # this doesn't mean anything to you. -- cgit v1.2.3-54-g00ecf