summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2017-10-16 17:12:52 -0700
committerDylan Baker <dylan@pnwbakers.com>2017-10-26 11:30:56 -0700
commit191e785c8101233ecf018b6bd4f62f969352199a (patch)
tree3ac869ab35304db6a75db3fa8c3b0a2b68e17bdb /meson_options.txt
parent8da36268d44a15ca8b02709089a26ac5e678b139 (diff)
meson: build r100 driver
build tested only Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com> Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
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(