broadcom: Add vc5 CLIF dumping
[mesa.git] / meson.build
index 79ee1a334593312ba231a6bd9fea17327284f8ce..bff40f697d37902f0f055865a0b96e36804087ce 100644 (file)
@@ -73,10 +73,12 @@ endif
 
 with_dri = false
 with_dri_i965 = false
+with_dri_swrast = false
 _drivers = get_option('dri-drivers')
 if _drivers != ''
   _split = _drivers.split(',')
   with_dri_i965 = _split.contains('i965')
+  with_dri_swrast = _split.contains('swrast')
   with_dri = true
 endif