From d71c15220f566b3570eef51b024ca7e3c956a89e Mon Sep 17 00:00:00 2001
From: Robert Nelson <robertcnelson@gmail.com>
Date: Thu, 6 Apr 2023 14:58:30 -0500
Subject: [PATCH] pvr-mesa: bring back vpau with nouvuea

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
---
 pvr-mesa/suite/bookworm/debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pvr-mesa/suite/bookworm/debian/rules b/pvr-mesa/suite/bookworm/debian/rules
index 8240c0da4..6eefbcc3e 100755
--- a/pvr-mesa/suite/bookworm/debian/rules
+++ b/pvr-mesa/suite/bookworm/debian/rules
@@ -56,7 +56,7 @@ else
 	confflags_DIRECT_RENDERING = -Dglx-direct=true
 	confflags_GBM = -Dgbm=enabled
 	confflags_GALLIUM += -Dgallium-extra-hud=true
-	#confflags_GALLIUM += -Dgallium-vdpau=enabled
+	confflags_GALLIUM += -Dgallium-vdpau=enabled
 	confflags_GALLIUM += -Dlmsensors=enabled
 
   # radv/lavapipe needs LLVM and the Vulkan loader, so only build on the subset of
@@ -70,6 +70,7 @@ else
 	confflags_DRI3 = -Ddri3=enabled
 	# Gallium drivers which require kernel support, not yet ported to non-Linux
 	#GALLIUM_DRIVERS += nouveau virgl
+	GALLIUM_DRIVERS += nouveau
 
 	# Freedreno requires arm in addition
 	#ifneq (,$(filter arm arm64,$(DEB_HOST_ARCH_CPU)))
-- 
GitLab