diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2018-06-25 21:11:41 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-07-05 15:32:27 -0300 |
commit | 57e479401af3ceb72743b0d91693f30c1af9852b (patch) | |
tree | 0c0f97fd55eee530cd004b6f82917ad65fb734fc /recipes-graphics/wayland | |
parent | b552d7aed251c084ee80b90d584d789c1f762a80 (diff) | |
download | meta-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/wayland')
-rw-r--r-- | recipes-graphics/wayland/weston_4.0.0.imx.bb | 3 |
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 |
50 | PACKAGECONFIG_remove_mx6 = "kms" | 50 | PACKAGECONFIG_remove_mx6 = "kms" |
51 | PACKAGECONFIG_remove_mx7 = "kms" | 51 | PACKAGECONFIG_remove_mx7 = "kms" |
52 | PACKAGECONFIG_append_imxgpu2d = " imxg2d" | ||
52 | # | 53 | # |
53 | # Compositor choices | 54 | # Compositor choices |
54 | # | 55 | # |
@@ -84,6 +85,8 @@ PACKAGECONFIG[colord] = "--enable-colord,--disable-colord,colord" | |||
84 | PACKAGECONFIG[clients] = "--enable-clients --enable-simple-clients --enable-demo-clients-install,--disable-clients --disable-simple-clients" | 85 | PACKAGECONFIG[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 |
86 | PACKAGECONFIG[pam] = "--with-pam,--without-pam,libpam" | 87 | PACKAGECONFIG[pam] = "--with-pam,--without-pam,libpam" |
88 | # Weston with i.MX G2D renderer | ||
89 | PACKAGECONFIG[imxg2d] = "--enable-imxg2d,--disable-imxg2d,virtual/libg2d" | ||
87 | 90 | ||
88 | do_install_append() { | 91 | do_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 |