diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2018-10-10 14:01:40 -0500 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2018-10-30 15:20:40 -0500 |
commit | 6be69827e0349c0e9f17f63dd72a169f8c53a02d (patch) | |
tree | eda6bd182cab313c5f8c351daad8b0643ee4d6f3 /recipes-graphics/wayland | |
parent | a32fd1315f371beeda0856c2108615ae162760a9 (diff) | |
download | meta-freescale-6be69827e0349c0e9f17f63dd72a169f8c53a02d.tar.gz |
weston: Disable opengl for 2D-only SOC
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-graphics/wayland')
-rw-r--r-- | recipes-graphics/wayland/weston_4.0.0.imx.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-graphics/wayland/weston_4.0.0.imx.bb b/recipes-graphics/wayland/weston_4.0.0.imx.bb index c047e22f..40f8cc61 100644 --- a/recipes-graphics/wayland/weston_4.0.0.imx.bb +++ b/recipes-graphics/wayland/weston_4.0.0.imx.bb | |||
@@ -27,6 +27,9 @@ inherit autotools pkgconfig useradd distro_features_check | |||
27 | REQUIRED_DISTRO_FEATURES = "opengl" | 27 | REQUIRED_DISTRO_FEATURES = "opengl" |
28 | REQUIRED_DISTRO_FEATURES_imxgpu2d = "" | 28 | REQUIRED_DISTRO_FEATURES_imxgpu2d = "" |
29 | REQUIRED_DISTRO_FEATURES_imxgpu3d = "opengl" | 29 | REQUIRED_DISTRO_FEATURES_imxgpu3d = "opengl" |
30 | PACKAGECONFIG_OPENGL = "opengl" | ||
31 | PACKAGECONFIG_OPENGL_imxgpu2d = "" | ||
32 | PACKAGECONFIG_OPENGL_imxgpu3d = "opengl" | ||
30 | 33 | ||
31 | DEPENDS = "libxkbcommon gdk-pixbuf pixman cairo glib-2.0 jpeg" | 34 | DEPENDS = "libxkbcommon gdk-pixbuf pixman cairo glib-2.0 jpeg" |
32 | DEPENDS += "wayland wayland-protocols libinput virtual/egl pango wayland-native" | 35 | DEPENDS += "wayland wayland-protocols libinput virtual/egl pango wayland-native" |
@@ -47,7 +50,7 @@ EXTRA_OECONF_append_imxfbdev = "\ | |||
47 | " | 50 | " |
48 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'kms fbdev wayland egl', '', d)} \ | 51 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'kms fbdev wayland egl', '', d)} \ |
49 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', 'xwayland', '', d)} \ | 52 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', 'xwayland', '', d)} \ |
50 | ${@bb.utils.filter('DISTRO_FEATURES', 'opengl pam systemd x11', d)} \ | 53 | ${@bb.utils.filter('DISTRO_FEATURES', '${PACKAGECONFIG_OPENGL} pam systemd x11', d)} \ |
51 | clients launch" | 54 | clients launch" |
52 | PACKAGECONFIG_remove_imxfbdev = "kms" | 55 | PACKAGECONFIG_remove_imxfbdev = "kms" |
53 | PACKAGECONFIG_append_imxgpu = " imxgpu" | 56 | PACKAGECONFIG_append_imxgpu = " imxgpu" |