diff --git a/pvr-mesa/suite/bookworm/debian/rules b/pvr-mesa/suite/bookworm/debian/rules
index 8240c0da4dccfd7662763fbcf7105e7755fdaad9..6eefbcc3eca1c892b39a5f5f9d8322afc16a6b02 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)))