diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2022-09-06 13:47:05 -0500 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2022-09-06 14:08:09 -0500 |
commit | 1766c9ecf00986160eda8230382e5a9969fe99cf (patch) | |
tree | a8dea60db1a887d9c31b7f77cbc0bf46a17a76e0 /recipes-graphics/mesa | |
parent | 53710450a793e12912913b29828af21758c347be (diff) | |
download | meta-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>
Diffstat (limited to 'recipes-graphics/mesa')
-rw-r--r-- | recipes-graphics/mesa/mesa-demos_%.bbappend | 1 |
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" | |||
18 | PACKAGECONFIG:append = " \ | 18 | PACKAGECONFIG:append = " \ |
19 | ${PACKAGECONFIG_APPEND_IF_GPU}" | 19 | ${PACKAGECONFIG_APPEND_IF_GPU}" |
20 | PACKAGECONFIG_APPEND_IF_GPU = "" | 20 | PACKAGECONFIG_APPEND_IF_GPU = "" |
21 | PACKAGECONFIG_APPEND_IF_GPU:imxgpu = "glu" | ||
22 | 21 | ||
23 | PACKAGECONFIG[glu] = ",,libglu" | 22 | PACKAGECONFIG[glu] = ",,libglu" |