From 2cb44aaa973c2fa765826fc8c6efd63eb1d10c0a Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Tue, 6 Sep 2022 13:26:50 -0500 Subject: 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 (cherry picked from commit 6c552bd6732f4fad2f6264051f954188b941fce3) --- recipes-graphics/mesa/mesa-demos_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = "" PACKAGECONFIG_REMOVE_IF_2D_ONLY:imxgpu2d = "gles1 gles2" PACKAGECONFIG_REMOVE_IF_2D_ONLY:imxgpu3d = "" PACKAGECONFIG_REMOVE_IF_GPU = "" -PACKAGECONFIG_REMOVE_IF_GPU:imxgpu = "glx x11" +PACKAGECONFIG_REMOVE_IF_GPU:imxgpu = "x11" PACKAGECONFIG:append = " \ ${PACKAGECONFIG_APPEND_IF_GPU}" -- cgit v1.2.3-54-g00ecf