From f877a1524b36f0e157f2208f58fc5ff04e3670f7 Mon Sep 17 00:00:00 2001 From: Bogdan Oprescu Date: Thu, 26 Oct 2023 15:04:48 +0300 Subject: Adding the source code from EneaLinux 4.0_6 Signed-off-by: Bogdan Oprescu --- recipes-devtools/qemu/files/add-gtk-options.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipes-devtools/qemu/files/add-gtk-options.patch (limited to 'recipes-devtools/qemu/files/add-gtk-options.patch') diff --git a/recipes-devtools/qemu/files/add-gtk-options.patch b/recipes-devtools/qemu/files/add-gtk-options.patch new file mode 100644 index 0000000..d8522de --- /dev/null +++ b/recipes-devtools/qemu/files/add-gtk-options.patch @@ -0,0 +1,13 @@ +--- a/configure.old 2013-12-11 21:24:44.422276752 -0600 ++++ b/configure 2013-12-11 21:27:26.954335983 -0600 +@@ -897,6 +897,10 @@ + ;; + --enable-virtio-blk-data-plane) virtio_blk_data_plane="yes" + ;; ++ --disable-gtk) gtk="no" ++ ;; ++ --enable-gtk) gtk="yes" ++ ;; + *) echo "ERROR: unknown option $opt"; show_help="yes" + ;; + esac -- cgit v1.2.3-54-g00ecf