summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2017-10-16 17:24:56 -0700
committerDylan Baker <dylan@pnwbakers.com>2017-10-26 11:30:56 -0700
commiteecd2860ffc89bf1c699dcb41e00205f8fa7e08a (patch)
tree3e251e30ddebc6c867e9498c4b947ac60e616691 /meson_options.txt
parent191e785c8101233ecf018b6bd4f62f969352199a (diff)
meson: build r200 driver
v2: - remove TODO that is done 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 b0d32cdc94f..6208cb54187 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -34,7 +34,7 @@ option(
option(
'dri-drivers',
type : 'string',
- value : 'i915,i965,r100',
+ value : 'i915,i965,r100,r200',
description : 'comma separated list of dri drivers to build.'
)
option(