Re: [Qemu-devel] [PATCH 1/9] buildsys: Move gtk/vte cflags/libs to per object

2017-09-07 Thread Peter Maydell
On 7 September 2017 at 18:45, Philippe Mathieu-Daudé wrote: > On 09/07/2017 05:29 AM, Fam Zheng wrote: >> diff --git a/ui/Makefile.objs b/ui/Makefile.objs >> index 3369451285..146a8ce062 100644 >> --- a/ui/Makefile.objs >> +++ b/ui/Makefile.objs >> @@ -45,6 +45,10 @@ gtk.o-cflags := $(GTK_CFLAGS)

Re: [Qemu-devel] [PATCH 1/9] buildsys: Move gtk/vte cflags/libs to per object

2017-09-07 Thread Philippe Mathieu-Daudé
On 09/07/2017 05:29 AM, Fam Zheng wrote: Signed-off-by: Fam Zheng --- configure| 3 +-- ui/Makefile.objs | 4 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/configure b/configure index b37cd54bda..e27a4bd683 100755 --- a/configure +++ b/configure @@ -2437,7 +24

[Qemu-devel] [PATCH 1/9] buildsys: Move gtk/vte cflags/libs to per object

2017-09-07 Thread Fam Zheng
Signed-off-by: Fam Zheng --- configure| 3 +-- ui/Makefile.objs | 4 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/configure b/configure index b37cd54bda..e27a4bd683 100755 --- a/configure +++ b/configure @@ -2437,7 +2437,6 @@ if test "$gtk" != "no"; then