[PATCH 2/5] build: cross compile wayland-scanner

2013-09-23 Thread mchalain [marc.chal...@gmail.com]
From: mchalain the wayland-scanner files are build with CC_FOR_BUILD instead CC like the other files. CC_FOR_BUILD could be initialize by autotool but here it's still hard coded to "gcc" --- src/Makefile.am | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src

[PATCH 2/5] build: cross compile wayland-scanner

2013-09-05 Thread mchalain [marc.chal...@gmail.com]
From: mchalain the wayland-scanner files are build with CC_FOR_BUILD instead CC like the other files. CC_FOR_BUILD could be initialize by autotool but here it's still hard coded to "gcc" --- src/Makefile.am | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src