]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-gpu-viv: Provides virtual/libgl for framebuffer 849/head
authorTom Hochstein <tom.hochstein@nxp.com>
Mon, 23 Aug 2021 17:31:59 +0000 (12:31 -0500)
committerTom Hochstein <tom.hochstein@nxp.com>
Mon, 23 Aug 2021 20:31:55 +0000 (15:31 -0500)
Support for GL on framebuffer is available for some time, at least
since 6.4.0.p2.6.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
(cherry picked from commit d7fad5bac8d762a73932d908fd5445be6334243c)

recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc

index 91a5542bd7a490736ba079d102e1b54dea6b2e43..9f55aaf9315b183b276b0844c98039d813f5031f 100644 (file)
@@ -27,9 +27,7 @@ DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'mesa', '', d)}"
 
 EXTRA_PROVIDES = ""
 EXTRA_PROVIDES_append_imxgpu3d = " \
-    ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'virtual/libgl', \
-       bb.utils.contains('DISTRO_FEATURES',     'x11', 'virtual/libgl', \
-                                                       '', d), d)} \
+    virtual/libgl \
     virtual/libgles1 \
     virtual/libgles2 \
 "