summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/qemu/files/add-gtk-options.patch
diff options
context:
space:
mode:
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