* fix the following error:
    |ERROR: unknown option --disable-gtk
Signed-off-by: Chunrong Guo <B40290@freescale.com>
--- /dev/null
+--- 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
 
    file://0001-doc-Fix-texinfo-table-markup-in-qemu-options.hx.patch \
    file://0002-docs-Fix-generating-qemu-doc.html-with-texinfo-5.patch \
    file://fdt_header.patch \
+   file://add-gtk-options.patch \
 "
 
 S = "${WORKDIR}/git"