diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2017-10-16 17:24:56 -0700 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2017-10-26 11:30:56 -0700 |
commit | eecd2860ffc89bf1c699dcb41e00205f8fa7e08a (patch) | |
tree | 3e251e30ddebc6c867e9498c4b947ac60e616691 /meson_options.txt | |
parent | 191e785c8101233ecf018b6bd4f62f969352199a (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.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index b0d32cdc94..6208cb5418 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( |