diff options
-rw-r--r-- | meta-rcar-gen3/recipes-graphics/wayland/weston_%.bbappend | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-rcar-gen3/recipes-graphics/wayland/weston_%.bbappend b/meta-rcar-gen3/recipes-graphics/wayland/weston_%.bbappend index c2f75af..6af6f08 100644 --- a/meta-rcar-gen3/recipes-graphics/wayland/weston_%.bbappend +++ b/meta-rcar-gen3/recipes-graphics/wayland/weston_%.bbappend @@ -21,3 +21,5 @@ RDEPENDS_${PN}-examples_append_rcar-gen3 = " \ EXTRA_OECONF_append_rcar-gen3 = " \ ${@oe.utils.conditional('USE_GLES', '1', '', \ ' WESTON_NATIVE_BACKEND="fbdev-backend.so"', d)}" + +PACKAGE_ARCH="${MACHINE_ARCH}" |