aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/osmesa/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/targets/osmesa/meson.build')
-rw-r--r--src/gallium/targets/osmesa/meson.build5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gallium/targets/osmesa/meson.build b/src/gallium/targets/osmesa/meson.build
index cbf0e3d096a..e51c54f8bc4 100644
--- a/src/gallium/targets/osmesa/meson.build
+++ b/src/gallium/targets/osmesa/meson.build
@@ -32,8 +32,6 @@ if with_ld_version_script
osmesa_link_deps += files('osmesa.sym')
endif
-# TODO: swr
-
libosmesa = shared_library(
osmesa_lib_name,
'target.c',
@@ -51,7 +49,8 @@ libosmesa = shared_library(
osmesa_link_with,
],
dependencies : [
- dep_selinux, dep_thread, dep_clock, dep_unwind, driver_swrast,
+ dep_selinux, dep_thread, dep_clock, dep_unwind,
+ driver_swrast, driver_swr,
],
version : '8.0.0',
install : true,