aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/meson.build')
-rw-r--r--src/gallium/meson.build6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gallium/meson.build b/src/gallium/meson.build
index 561af9d339c..a3679e5ef62 100644
--- a/src/gallium/meson.build
+++ b/src/gallium/meson.build
@@ -89,10 +89,10 @@ if with_gallium_vc4
else
driver_vc4 = declare_dependency()
endif
-if with_gallium_pl111
- subdir('winsys/pl111/drm')
+if with_gallium_kmsro
+ subdir('winsys/kmsro/drm')
else
- driver_pl111 = declare_dependency()
+ driver_kmsro = declare_dependency()
endif
if with_gallium_v3d
subdir('winsys/v3d/drm')