summaryrefslogtreecommitdiffstats
path: root/src/gallium/meson.build
diff options
context:
space:
mode:
authorDylan Baker <[email protected]>2017-11-29 17:53:54 -0800
committerDylan Baker <[email protected]>2018-01-08 16:39:37 -0800
commit425fcbde3f816e2a2efb8d1aed2442d40898d447 (patch)
tree70ecfb28652afab9df8d8edb342dce4ce1debdbd /src/gallium/meson.build
parente0b037d6979b266d4959c1e31746d4d19c941fdb (diff)
meson: Turn on swr for relevant targets
Currently that's dri, libgl-xlib, and osmesa. v2: - put drivers on a separate line from normal dependencies (Eric E) cc: George Kyriazis <[email protected]> cc: Tim Rowley <[email protected]> cc: Bruce Cherniak <[email protected]> Signed-off-by: Dylan Baker <[email protected]> Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'src/gallium/meson.build')
-rw-r--r--src/gallium/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/meson.build b/src/gallium/meson.build
index 3e2fd095710..fc21dcf03e1 100644
--- a/src/gallium/meson.build
+++ b/src/gallium/meson.build
@@ -145,7 +145,6 @@ endif
if with_gallium_st_nine
subdir('state_trackers/nine')
endif
-# TODO: SWR
# TODO: clover
if with_dri
subdir('state_trackers/dri')