Commit df64882d authored by Florent Revest's avatar Florent Revest

libhybris: use OE's version of wayland-scanner

parent 85429175
......@@ -3,3 +3,8 @@ DEPENDS += " wayland "
EXTRA_OECONF += " --enable-wayland --with-default-egl-platform=wayland"
COMPATIBLE_MACHINE_dory = "(^dory$)"
COMPATIBLE_MACHINE_bass = "(^bass$)"
do_configure_append() {
# Use the OE's wayland-scanner (it is in PATH before the host's version)
sed -i "s@\$(WAYLAND_SCANNER)@wayland-scanner@" ${S}/egl/platforms/common/Makefile.am
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment