From e27f610fa43a4ffe0b147b2dcd558f3885546fbb Mon Sep 17 00:00:00 2001 From: Matt Madison Date: Sun, 29 Jan 2023 07:42:12 -0800 Subject: [PATCH] xserver-xorg: update PACKAGECONFIG We don't have to disable dri2 or glamor support any longer. Signed-off-by: Matt Madison --- recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend | 3 --- 1 file changed, 3 deletions(-) diff --git a/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend b/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend index f12940fd..d8135eb0 100644 --- a/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend +++ b/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend @@ -1,5 +1,2 @@ -OPENGL_PKGCONFIGS:remove:tegra = "glamor" -PACKAGECONFIG:remove:tegra = "dri2" PACKAGECONFIG:append:tegra = " xinerama" - PACKAGE_ARCH:tegra = "${TEGRA_PKGARCH}"