summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2018-06-25 21:11:41 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2018-07-05 15:32:27 -0300
commit57e479401af3ceb72743b0d91693f30c1af9852b (patch)
tree0c0f97fd55eee530cd004b6f82917ad65fb734fc /recipes-graphics
parentb552d7aed251c084ee80b90d584d789c1f762a80 (diff)
downloadmeta-freescale-57e479401af3ceb72743b0d91693f30c1af9852b.tar.gz
weston: Add G2D rendering support
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/wayland/weston_4.0.0.imx.bb3
1 files changed, 3 insertions, 0 deletions
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
49# drm is not supported on mx6/mx7 49# drm is not supported on mx6/mx7
50PACKAGECONFIG_remove_mx6 = "kms" 50PACKAGECONFIG_remove_mx6 = "kms"
51PACKAGECONFIG_remove_mx7 = "kms" 51PACKAGECONFIG_remove_mx7 = "kms"
52PACKAGECONFIG_append_imxgpu2d = " imxg2d"
52# 53#
53# Compositor choices 54# Compositor choices
54# 55#
@@ -84,6 +85,8 @@ PACKAGECONFIG[colord] = "--enable-colord,--disable-colord,colord"
84PACKAGECONFIG[clients] = "--enable-clients --enable-simple-clients --enable-demo-clients-install,--disable-clients --disable-simple-clients" 85PACKAGECONFIG[clients] = "--enable-clients --enable-simple-clients --enable-demo-clients-install,--disable-clients --disable-simple-clients"
85# Weston with PAM support 86# Weston with PAM support
86PACKAGECONFIG[pam] = "--with-pam,--without-pam,libpam" 87PACKAGECONFIG[pam] = "--with-pam,--without-pam,libpam"
88# Weston with i.MX G2D renderer
89PACKAGECONFIG[imxg2d] = "--enable-imxg2d,--disable-imxg2d,virtual/libg2d"
87 90
88do_install_append() { 91do_install_append() {
89 # Weston doesn't need the .la files to load modules, so wipe them 92 # Weston doesn't need the .la files to load modules, so wipe them