From 5e95ce6c1567a20c7d86a6ea4572292204f6f604 Mon Sep 17 00:00:00 2001 From: Matt Madison Date: Thu, 11 Nov 2021 13:16:46 -0800 Subject: [PATCH] mesa-demos: update PACKAGECONFIG to drop the now-obsolete 'glx' option. Signed-off-by: Matt Madison --- 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 e15b0a11..08f2cac2 100644 --- a/recipes-graphics/mesa/mesa-demos_%.bbappend +++ b/recipes-graphics/mesa/mesa-demos_%.bbappend @@ -1,2 +1,2 @@ -PACKAGECONFIG:tegra = "egl gles2 x11 glx" +PACKAGECONFIG:tegra = "egl gles2 x11" PACKAGE_ARCH:tegra = "${TEGRA_PKGARCH}"