summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/qemu/files/add-gtk-options.patch
diff options
context:
space:
mode:
authorBogdan Oprescu <bogdan.oprescu@enea.com>2023-10-26 15:04:48 +0300
committerBogdan Oprescu <bogdan.oprescu@enea.com>2023-10-26 15:28:16 +0300
commitf877a1524b36f0e157f2208f58fc5ff04e3670f7 (patch)
tree0a4bc099641efaa616ff9a3b5ab2da96c1dc13bf /recipes-devtools/qemu/files/add-gtk-options.patch
downloadmeta-fsl-ppc-f877a1524b36f0e157f2208f58fc5ff04e3670f7.tar.gz
Adding the source code from EneaLinux 4.0_6daisy-enea-231026
Signed-off-by: Bogdan Oprescu <bogdan.oprescu@enea.com>
Diffstat (limited to 'recipes-devtools/qemu/files/add-gtk-options.patch')
-rw-r--r--recipes-devtools/qemu/files/add-gtk-options.patch13
1 files changed, 13 insertions, 0 deletions
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 @@
1--- a/configure.old 2013-12-11 21:24:44.422276752 -0600
2+++ b/configure 2013-12-11 21:27:26.954335983 -0600
3@@ -897,6 +897,10 @@
4 ;;
5 --enable-virtio-blk-data-plane) virtio_blk_data_plane="yes"
6 ;;
7+ --disable-gtk) gtk="no"
8+ ;;
9+ --enable-gtk) gtk="yes"
10+ ;;
11 *) echo "ERROR: unknown option $opt"; show_help="yes"
12 ;;
13 esac