diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2022-09-06 13:26:50 -0500 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2022-09-06 13:37:02 -0500 |
commit | 6c552bd6732f4fad2f6264051f954188b941fce3 (patch) | |
tree | eb09656474ca4751965be2ca980ab0cac3a38857 | |
parent | c67d45c08cc469a78e8b5c3d3f357785c0c6db45 (diff) | |
download | meta-freescale-6c552bd6732f4fad2f6264051f954188b941fce3.tar.gz |
mesa-demos: Drop non-functional glx configuration
The packageconfig glx is no longer used after a rework, and removing the
packageconfig x11 now also removes glx support. [1]
[1] https://github.com/openembedded/openembedded-core/commit/a904c9492e86be39fcdd244e8f4b9768861c0e77
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
-rw-r--r-- | recipes-graphics/mesa/mesa-demos_%.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/mesa/mesa-demos_%.bbappend b/recipes-graphics/mesa/mesa-demos_%.bbappend index 0f0528dd..ff5d71ae 100644 --- a/recipes-graphics/mesa/mesa-demos_%.bbappend +++ b/recipes-graphics/mesa/mesa-demos_%.bbappend | |||
@@ -13,7 +13,7 @@ PACKAGECONFIG_REMOVE_IF_2D_ONLY = "" | |||
13 | PACKAGECONFIG_REMOVE_IF_2D_ONLY:imxgpu2d = "gles1 gles2" | 13 | PACKAGECONFIG_REMOVE_IF_2D_ONLY:imxgpu2d = "gles1 gles2" |
14 | PACKAGECONFIG_REMOVE_IF_2D_ONLY:imxgpu3d = "" | 14 | PACKAGECONFIG_REMOVE_IF_2D_ONLY:imxgpu3d = "" |
15 | PACKAGECONFIG_REMOVE_IF_GPU = "" | 15 | PACKAGECONFIG_REMOVE_IF_GPU = "" |
16 | PACKAGECONFIG_REMOVE_IF_GPU:imxgpu = "glx x11" | 16 | PACKAGECONFIG_REMOVE_IF_GPU:imxgpu = "x11" |
17 | 17 | ||
18 | PACKAGECONFIG:append = " \ | 18 | PACKAGECONFIG:append = " \ |
19 | ${PACKAGECONFIG_APPEND_IF_GPU}" | 19 | ${PACKAGECONFIG_APPEND_IF_GPU}" |