diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2017-10-16 17:51:47 -0700 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2017-10-26 11:30:56 -0700 |
commit | eb3bb03b34da02f2e368e84833a037afa7379476 (patch) | |
tree | 9eb8864966c2e0edb0404a4ab7530df93125831e /meson_options.txt | |
parent | eecd2860ffc89bf1c699dcb41e00205f8fa7e08a (diff) |
meson: build nouveau vieux driver
Build tested only.
v2: - fix spelling error (veaux -> vieux)
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 6208cb5418..3a6ad1014a 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -34,7 +34,7 @@ option( option( 'dri-drivers', type : 'string', - value : 'i915,i965,r100,r200', + value : 'i915,i965,r100,r200,nouveau', description : 'comma separated list of dri drivers to build.' ) option( |