drm-uapi/README: remove explicit list of driver names
[mesa.git] / meson_options.txt
index ccf70659ff72db36d9edd88808e2deca89d1f23d..d0ab500fb2797a9a677ac84c245113c6e54e4f02 100644 (file)
@@ -60,7 +60,7 @@ option(
   choices : [
     '', 'auto', 'kmsro', 'radeonsi', 'r300', 'r600', 'nouveau', 'freedreno',
     'swrast', 'v3d', 'vc4', 'etnaviv', 'tegra', 'i915', 'svga', 'virgl',
-    'swr',
+    'swr', 'panfrost'
   ],
   description : 'List of gallium drivers to build. If this is set to auto all drivers applicable to the target OS/architecture will be built'
 )