Re: [Qemu-devel] [PATCH 1/6] pixman: add output dir to include path

2012-11-14 Thread Gerd Hoffmann
On 11/14/12 09:40, Gerd Hoffmann wrote: >>> >> + pixman_cflags="-I${source_path}/pixman/pixman -I$(pwd)/pixman/pixman" >>> >> + pixman_libs="-L$(pwd)/pixman/pixman/.libs -lpixman-1" >> > >> > I'd prefer \$(BUILD_DIR) instead of $(pwd) for cflags and libs >> > because it allows moving the build

Re: [Qemu-devel] [PATCH 1/6] pixman: add output dir to include path

2012-11-14 Thread Gerd Hoffmann
On 11/13/12 18:57, Stefan Weil wrote: > Am 13.11.2012 09:42, schrieb Gerd Hoffmann: >> Needed to make sure the (generated) pixman-version.h file is found. >> Based on a patch from Blue Swirl. >> >> Signed-off-by: Gerd Hoffmann >> --- >> configure |6 +++--- >> 1 files changed, 3 insertions(

Re: [Qemu-devel] [PATCH 1/6] pixman: add output dir to include path

2012-11-13 Thread Stefan Weil
Am 13.11.2012 09:42, schrieb Gerd Hoffmann: Needed to make sure the (generated) pixman-version.h file is found. Based on a patch from Blue Swirl. Signed-off-by: Gerd Hoffmann --- configure |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure ind

[Qemu-devel] [PATCH 1/6] pixman: add output dir to include path

2012-11-13 Thread Gerd Hoffmann
Needed to make sure the (generated) pixman-version.h file is found. Based on a patch from Blue Swirl. Signed-off-by: Gerd Hoffmann --- configure |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 7290f50..18faded 100755 --- a/configure +++ b