diff options
-rw-r--r-- | recipes-graphics/wayland/weston-init.bbappend | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-graphics/wayland/weston-init.bbappend b/recipes-graphics/wayland/weston-init.bbappend new file mode 100644 index 00000000..ce1482d9 --- /dev/null +++ b/recipes-graphics/wayland/weston-init.bbappend | |||
@@ -0,0 +1,5 @@ | |||
1 | # OpenGL is not required for parts with GPU support for 2D but not 3D | ||
2 | IMX_REQUIRED_DISTRO_FEATURES_REMOVE = "" | ||
3 | IMX_REQUIRED_DISTRO_FEATURES_REMOVE_imxgpu2d = "opengl" | ||
4 | IMX_REQUIRED_DISTRO_FEATURES_REMOVE_imxgpu3d = "" | ||
5 | REQUIRED_DISTRO_FEATURES_remove = "${IMX_REQUIRED_DISTRO_FEATURES_REMOVE}" | ||