summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2022-08-24 20:37:59 -0500
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-08-26 20:54:38 +0000
commit3f3785e8781daea0b060fd75af13d9be14f4ae23 (patch)
tree606141fafbf4faee1efc2955517f2e9c9e6521ea
parent49dac9d70e19a3d2b83770067352399f2cd05761 (diff)
downloadmeta-freescale-3f3785e8781daea0b060fd75af13d9be14f4ae23.tar.gz
libglu: Remove x11 requirement for i.MX GPU
i.MX GPU drivers don't require x11. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 576292c80045d94e188df4e223f8078fe753a76b)
-rw-r--r--recipes-graphics/mesa/libglu_%.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-graphics/mesa/libglu_%.bbappend b/recipes-graphics/mesa/libglu_%.bbappend
new file mode 100644
index 00000000..96745dd8
--- /dev/null
+++ b/recipes-graphics/mesa/libglu_%.bbappend
@@ -0,0 +1 @@
REQUIRED_DISTRO_FEATURES:remove:imxgpu = "x11"