diff options
author | Adrian Dudau <adrian.dudau@enea.com> | 2014-06-26 13:59:10 +0200 |
---|---|---|
committer | Adrian Dudau <adrian.dudau@enea.com> | 2014-06-26 14:13:09 +0200 |
commit | e064c208e2c78663b0be1316117d963798839d6e (patch) | |
tree | d5d7bb0e950e5d6960d464f96f82f8132b8225c8 /recipes-devtools/qemu/files/add-gtk-options.patch | |
download | meta-fsl-ppc-daisy-enea.tar.gz |
initial commit for Enea Linux 4.0daisy-enea
Migrated from the internal git server on the daisy-enea branch
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'recipes-devtools/qemu/files/add-gtk-options.patch')
-rw-r--r-- | recipes-devtools/qemu/files/add-gtk-options.patch | 13 |
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 | ||