libhybris_git.bbappend 540 Bytes
Newer Older
1
SRC_URI = "git://github.com/libhybris/libhybris;branch=master;protocol=https"
2
SRCREV = "085cd7e06058708104c4d4244266881fd1757585"
3
DEPENDS += " wayland "
4 5 6
EXTRA_OECONF += " --enable-wayland --with-default-egl-platform=wayland --with-default-hybris-ld-library-path=/usr/libexec/hal-droid/system/lib:/vendor/lib:/system/lib"

COMPATIBLE_MACHINE=""
7 8 9 10 11

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
}