summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2022-09-06 13:47:05 -0500
committerTom Hochstein <tom.hochstein@nxp.com>2022-09-06 14:08:09 -0500
commit1766c9ecf00986160eda8230382e5a9969fe99cf (patch)
treea8dea60db1a887d9c31b7f77cbc0bf46a17a76e0
parent53710450a793e12912913b29828af21758c347be (diff)
downloadmeta-freescale-1766c9ecf00986160eda8230382e5a9969fe99cf.tar.gz
mesa-demos: Drop redundant glu configuration
The default contains glu, so no need to add it. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
-rw-r--r--recipes-graphics/mesa/mesa-demos_%.bbappend1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-graphics/mesa/mesa-demos_%.bbappend b/recipes-graphics/mesa/mesa-demos_%.bbappend
index 0f0528dd..13230623 100644
--- a/recipes-graphics/mesa/mesa-demos_%.bbappend
+++ b/recipes-graphics/mesa/mesa-demos_%.bbappend
@@ -18,6 +18,5 @@ PACKAGECONFIG_REMOVE_IF_GPU:imxgpu = "glx x11"
18PACKAGECONFIG:append = " \ 18PACKAGECONFIG:append = " \
19 ${PACKAGECONFIG_APPEND_IF_GPU}" 19 ${PACKAGECONFIG_APPEND_IF_GPU}"
20PACKAGECONFIG_APPEND_IF_GPU = "" 20PACKAGECONFIG_APPEND_IF_GPU = ""
21PACKAGECONFIG_APPEND_IF_GPU:imxgpu = "glu"
22 21
23PACKAGECONFIG[glu] = ",,libglu" 22PACKAGECONFIG[glu] = ",,libglu"