diff options
author | Dylan Baker <[email protected]> | 2017-09-30 14:04:28 -0700 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2017-10-16 16:32:43 -0700 |
commit | b154b44ae342eaff3b0c2f4f46138742b5dfafe8 (patch) | |
tree | f066f60cd0124bc3514d232539fbb91e96012574 /src/gallium/meson.build | |
parent | 66c94b9313a697ce8f2b222f4ba353035e4b8726 (diff) |
meson: build radeonsi gallium driver
This hooks up the bits necessary to build gallium dri drivers, with
radeonSI as the first example driver. This isn't tested yet.
v4: - drop radeonsi generated header from sources.
Signed-off-by: Dylan Baker <[email protected]>
Reviewed-by: Eric Anholt <eric at anholt.net>
Diffstat (limited to 'src/gallium/meson.build')
-rw-r--r-- | src/gallium/meson.build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/meson.build b/src/gallium/meson.build index d500cf5493c..6c0e9782ae9 100644 --- a/src/gallium/meson.build +++ b/src/gallium/meson.build @@ -54,9 +54,8 @@ subdir('state_trackers/dri') # TODO: winsys/sw/xlib # TODO: clover if with_dri - #subdir('targets/dri') + subdir('targets/dri') endif -# TODO: dricommon # TODO: xlib-glx # TODO: OMX # TODO: osmesa |