Re: [Xen-devel] [PATCH] tools/configure: Check if pixman is present on the system

2015-01-14 Thread Julien Grall
On 14/01/15 12:38, Ian Campbell wrote: > On Wed, 2015-01-14 at 12:32 +, Julien Grall wrote: >> On x86, glib seems to be required for seabios > > Only for make gtkconfig, I think? (surely the actual BIOS doesn't need > glib!). We won't use that in our own builds I think. Ok. > >> and ipxe.

Re: [Xen-devel] [PATCH] tools/configure: Check if pixman is present on the system

2015-01-14 Thread Ian Campbell
On Wed, 2015-01-14 at 12:32 +, Julien Grall wrote: > On x86, glib seems to be required for seabios Only for make gtkconfig, I think? (surely the actual BIOS doesn't need glib!). We won't use that in our own builds I think. > and ipxe. Really? If true then there'd be nothing wrong with AC_I

Re: [Xen-devel] [PATCH] tools/configure: Check if pixman is present on the system

2015-01-14 Thread Julien Grall
On 14/01/15 12:31, Ian Campbell wrote: > On Wed, 2015-01-14 at 12:28 +, Julien Grall wrote: >> On 14/01/15 12:24, Ian Campbell wrote: >>> On Wed, 2015-01-14 at 12:13 +, Julien Grall wrote: Hi Jan, On 14/01/15 07:11, Jan Beulich wrote: Julien Grall 01/13/15 7:17 PM >

Re: [Xen-devel] [PATCH] tools/configure: Check if pixman is present on the system

2015-01-14 Thread Ian Campbell
On Wed, 2015-01-14 at 12:28 +, Julien Grall wrote: > On 14/01/15 12:24, Ian Campbell wrote: > > On Wed, 2015-01-14 at 12:13 +, Julien Grall wrote: > >> Hi Jan, > >> > >> On 14/01/15 07:11, Jan Beulich wrote: > >> Julien Grall 01/13/15 7:17 PM >>> > QEMU upstream requires the use o

Re: [Xen-devel] [PATCH] tools/configure: Check if pixman is present on the system

2015-01-14 Thread Julien Grall
On 14/01/15 12:24, Ian Campbell wrote: > On Wed, 2015-01-14 at 12:13 +, Julien Grall wrote: >> Hi Jan, >> >> On 14/01/15 07:11, Jan Beulich wrote: >> Julien Grall 01/13/15 7:17 PM >>> QEMU upstream requires the use of pixman. When pixman is not present the system, the configure o

Re: [Xen-devel] [PATCH] tools/configure: Check if pixman is present on the system

2015-01-14 Thread Ian Campbell
On Wed, 2015-01-14 at 12:13 +, Julien Grall wrote: > Hi Jan, > > On 14/01/15 07:11, Jan Beulich wrote: > Julien Grall 01/13/15 7:17 PM >>> > >> QEMU upstream requires the use of pixman. When pixman is not present the > >> system, the configure of QEMU will fail with: > >> > >> ERROR: pix

Re: [Xen-devel] [PATCH] tools/configure: Check if pixman is present on the system

2015-01-14 Thread Julien Grall
Hi Jan, On 14/01/15 07:11, Jan Beulich wrote: Julien Grall 01/13/15 7:17 PM >>> >> QEMU upstream requires the use of pixman. When pixman is not present the >> system, the configure of QEMU will fail with: >> >> ERROR: pixman not present. Your options: >> (1) Preferred: Install the pixman dev

Re: [Xen-devel] [PATCH] tools/configure: Check if pixman is present on the system

2015-01-14 Thread Olaf Hering
On Wed, Jan 14, Ian Campbell wrote: > A far more heavy weight (but probably better) solution would be to > arrange for the clone (and necessary downloads) + submodule configure to > happen at configure rather than build time. That's a much bigger job > though and I wouldn't expect anyone to take t

Re: [Xen-devel] [PATCH] tools/configure: Check if pixman is present on the system

2015-01-14 Thread Stefano Stabellini
On Wed, 14 Jan 2015, Wei Liu wrote: > On Wed, Jan 14, 2015 at 10:39:45AM +, Ian Campbell wrote: > > On Wed, 2015-01-14 at 07:11 +, Jan Beulich wrote: > > > >>> Julien Grall 01/13/15 7:17 PM >>> > > > >QEMU upstream requires the use of pixman. When pixman is not present the > > > >system, t

Re: [Xen-devel] [PATCH] tools/configure: Check if pixman is present on the system

2015-01-14 Thread Ian Campbell
On Wed, 2015-01-14 at 10:43 +, Wei Liu wrote: > On Wed, Jan 14, 2015 at 10:39:45AM +, Ian Campbell wrote: > > On Wed, 2015-01-14 at 07:11 +, Jan Beulich wrote: > > > >>> Julien Grall 01/13/15 7:17 PM >>> > > > >QEMU upstream requires the use of pixman. When pixman is not present the >

Re: [Xen-devel] [PATCH] tools/configure: Check if pixman is present on the system

2015-01-14 Thread Wei Liu
On Wed, Jan 14, 2015 at 10:39:45AM +, Ian Campbell wrote: > On Wed, 2015-01-14 at 07:11 +, Jan Beulich wrote: > > >>> Julien Grall 01/13/15 7:17 PM >>> > > >QEMU upstream requires the use of pixman. When pixman is not present the > > >system, the configure of QEMU will fail with: > > > > >

Re: [Xen-devel] [PATCH] tools/configure: Check if pixman is present on the system

2015-01-14 Thread Ian Campbell
On Wed, 2015-01-14 at 07:11 +, Jan Beulich wrote: > >>> Julien Grall 01/13/15 7:17 PM >>> > >QEMU upstream requires the use of pixman. When pixman is not present the > >system, the configure of QEMU will fail with: > > > >ERROR: pixman not present. Your options: > >(1) Preferred: Install the p

Re: [Xen-devel] [PATCH] tools/configure: Check if pixman is present on the system

2015-01-13 Thread Jan Beulich
>>> Julien Grall 01/13/15 7:17 PM >>> >QEMU upstream requires the use of pixman. When pixman is not present the >system, the configure of QEMU will fail with: > >ERROR: pixman not present. Your options: >(1) Preferred: Install the pixman devel package (any recent >distro should have packages as Xo

[Xen-devel] [PATCH] tools/configure: Check if pixman is present on the system

2015-01-13 Thread Julien Grall
QEMU upstream requires the use of pixman. When pixman is not present the system, the configure of QEMU will fail with: ERROR: pixman not present. Your options: (1) Preferred: Install the pixman devel package (any recent distro should have packages as Xorg needs pixman too).