diff options
author | Dylan Baker <[email protected]> | 2018-04-18 13:29:04 -0700 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2019-10-10 16:33:04 -0700 |
commit | b97a34101789e6b653043c75fd7358847b22bc5b (patch) | |
tree | 1bceaff8c7fc5cdee2604f6c326dc0e89f7dbda3 /src/gallium/meson.build | |
parent | a2c79cc3cb6f9046c3b3c074caaeceee8c8d06cc (diff) |
meson: build graw-gdi target
Acked-by: Kristian H. Kristensen <[email protected]>
Diffstat (limited to 'src/gallium/meson.build')
-rw-r--r-- | src/gallium/meson.build | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gallium/meson.build b/src/gallium/meson.build index 2ad37b59e56..2a1822405fd 100644 --- a/src/gallium/meson.build +++ b/src/gallium/meson.build @@ -211,7 +211,9 @@ if with_platform_windows endif if with_tests subdir('targets/graw-null') - if with_glx == 'gallium-xlib' + if with_platform_windows + subdir('targets/graw-gdi') + elif with_glx == 'gallium-xlib' subdir('targets/graw-xlib') endif subdir('tests') |