<div dir="ltr">On 23 May 2017 at 11:13, Jussi Kukkonen <<a href="mailto:jussi.kukkonen@intel.com">jussi.kukkonen@intel.com</a>> wrote:<br>><br>> Modify wayland-scanner lookup: Use the path given by pkg-config<br>> but offer an option to override the path with<br>> "--with-wayland-scanner-path=PATH". The latter is useful for<br>> cross-compile situations.<br>><br>> AC_PATH_PROG is no longer used (if the scanner is installed it should<br>> get found by pkg-config). AC_SUBST is added so the output variable is<br>> created when only the configure option is used.<br>> ---<br>><br>> My goal is to standardize wayland-scanner usage in a way that does not<br>> require patching when cross-compiling in Yocto (the detailed issue is<br>> that in Yocto pkg-config will return a "wayland_scanner" variable but<br>> that will contain a _target path_ when we would like to use a native<br>> sysroot path instead).<br>><br>> I've sent a similar patch to weston and intend to fix other projects<br>> if these two patches are well received.<br><br><br>wayland-devel is clearly not 100% convinced about this approach so I suggest dropping this patch as well: Feedback is still welcome.<br><br>Cheers,<br> Jussi </div>