On 14 October 2013 15:08, Ewan LE BIDEAU-CANEVET <[email protected]> wrote: > Remove do_configure_append_class-native() function useless for this version > (file wayland-scanner.m4.in does not exist anymore)
When building weston: | configure:17492: checking for WAYLAND_SCANNER | configure:17499: $PKG_CONFIG --exists --print-errors "wayland-scanner" | Package wayland-scanner was not found in the pkg-config search path. | Perhaps you should add the directory containing `wayland-scanner.pc' | to the PKG_CONFIG_PATH environment variable | No package 'wayland-scanner' found The script is calling pkg-config so is trying to find a target .pc file, but this is only installed by wayland-native so is in the host native sysroot. I'll dig into this and work out a fix. Ross _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
