diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2019-09-10 13:35:08 -0700 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2019-09-18 09:09:54 -0700 |
commit | f9ef2b43751f5fcb73786a9b897096b7eda2b492 (patch) | |
tree | d9b959fd6a8f3578703a3aead4eede4901d1a825 | |
parent | b85d10e14b76575a3a237b2de0775f47e849cc59 (diff) |
meson: don't generate file into subdirs
This is unsupported by meson and may become a hard error in the future.
Fixes: 5adfc8602c639827af0ba9a1059bd165a3ae49e7
("lima/ppir: move sin/cos input scaling into NIR")
Reviewed-by: Vasily Khoruzhick <anarsoul@gmail.com>
(cherry picked from commit 52cf2d05a743a4cb2a5a8e1a35f2f0309999a839)
-rw-r--r-- | src/gallium/drivers/lima/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/lima/meson.build b/src/gallium/drivers/lima/meson.build index 2ab2b2ae118..0fe876f6c8f 100644 --- a/src/gallium/drivers/lima/meson.build +++ b/src/gallium/drivers/lima/meson.build @@ -71,7 +71,7 @@ files_lima = files( ) lima_nir_algebraic_c = custom_target( - 'ir/lima_nir_algebraic.c', + 'lima_nir_algebraic.c', input : 'ir/lima_nir_algebraic.py', output : 'lima_nir_algebraic.c', command : [ |