From: Tom Hochstein Date: Tue, 26 Jun 2018 02:11:41 +0000 (-0500) Subject: weston: Add G2D rendering support X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=4af523ecd11250a2fea3762a41aa2b710ef69ee4;p=meta-freescale.git weston: Add G2D rendering support Signed-off-by: Tom Hochstein Signed-off-by: Otavio Salvador (cherry picked from commit 57e479401af3ceb72743b0d91693f30c1af9852b) --- diff --git a/recipes-graphics/wayland/weston_4.0.0.imx.bb b/recipes-graphics/wayland/weston_4.0.0.imx.bb index a752cbb4..4d366ce9 100644 --- a/recipes-graphics/wayland/weston_4.0.0.imx.bb +++ b/recipes-graphics/wayland/weston_4.0.0.imx.bb @@ -49,6 +49,7 @@ PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'kms fbdev # drm is not supported on mx6/mx7 PACKAGECONFIG_remove_mx6 = "kms" PACKAGECONFIG_remove_mx7 = "kms" +PACKAGECONFIG_append_imxgpu2d = " imxg2d" # # Compositor choices # @@ -84,6 +85,8 @@ PACKAGECONFIG[colord] = "--enable-colord,--disable-colord,colord" PACKAGECONFIG[clients] = "--enable-clients --enable-simple-clients --enable-demo-clients-install,--disable-clients --disable-simple-clients" # Weston with PAM support PACKAGECONFIG[pam] = "--with-pam,--without-pam,libpam" +# Weston with i.MX G2D renderer +PACKAGECONFIG[imxg2d] = "--enable-imxg2d,--disable-imxg2d,virtual/libg2d" do_install_append() { # Weston doesn't need the .la files to load modules, so wipe them