diff options
author | Dylan Baker <[email protected]> | 2017-10-16 17:12:52 -0700 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2017-10-26 11:30:56 -0700 |
commit | 191e785c8101233ecf018b6bd4f62f969352199a (patch) | |
tree | 3ac869ab35304db6a75db3fa8c3b0a2b68e17bdb /meson_options.txt | |
parent | 8da36268d44a15ca8b02709089a26ac5e678b139 (diff) |
meson: build r100 driver
build tested only
Signed-off-by: Dylan Baker <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index b44c93df001..b0d32cdc94f 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -34,7 +34,7 @@ option( option( 'dri-drivers', type : 'string', - value : 'i915,i965', + value : 'i915,i965,r100', description : 'comma separated list of dri drivers to build.' ) option( |