summaryrefslogtreecommitdiffstats
path: root/src/mesa/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/meson.build')
-rw-r--r--src/mesa/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/meson.build b/src/mesa/meson.build
index 846a40da822..20d06aad4dd 100644
--- a/src/mesa/meson.build
+++ b/src/mesa/meson.build
@@ -718,6 +718,9 @@ libmesa_gallium = static_library(
)
subdir('drivers/dri')
+if with_osmesa == 'classic'
+ subdir('drivers/osmesa')
+endif
if with_tests
subdir('main/tests')
endif