meson: Add coroutines component to llvmpipe build.
authorVinson Lee <vlee@freedesktop.org>
Thu, 5 Sep 2019 05:17:25 +0000 (22:17 -0700)
committerVinson Lee <vlee@freedesktop.org>
Wed, 11 Sep 2019 22:14:17 +0000 (15:14 -0700)
Fixes: d32690b43c91 ("gallivm: add coroutine pass manager support")
Suggested-by: Gert Wollny <gert.wollny@collabora.com>
Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
meson.build

index b8c19999f019e7e8cf02707cbac978eeedcde0ca..29d7981d13dc56eeb105403ec434f2e5c01ba16d 100644 (file)
@@ -1254,6 +1254,8 @@ if with_gallium_opencl
     'all-targets', 'linker', 'coverage', 'instrumentation', 'ipo', 'irreader',
     'lto', 'option', 'objcarcopts', 'profiledata',
   ]
+endif
+if with_gallium_opencl or with_gallium_softpipe
   llvm_optional_modules += ['coroutines']
 endif