freedreno: minor cleanups
[mesa.git] / src / meson.build
index 0d0ecf2c530749592bef2997368239c4c0168568..ae094fccf6cd1c288752ec3a21312b59b6465fa8 100644 (file)
@@ -63,6 +63,9 @@ endif
 if with_gallium_vc4 or with_gallium_v3d
   subdir('broadcom')
 endif
+if with_gallium_freedreno
+  subdir('freedreno')
+endif
 if with_dri_i965 or with_intel_vk
   subdir('intel')
 endif
@@ -71,7 +74,7 @@ subdir('loader')
 if with_platform_haiku
   subdir('hgl')
 endif
-if with_glx != 'disabled'
+if with_glx == 'dri'
   subdir('glx')
 endif
 if with_gbm