Mesa (master): meson: don't generate file into subdirs

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Sep 11 15:35:52 UTC 2019


Module: Mesa
Branch: master
Commit: 52cf2d05a743a4cb2a5a8e1a35f2f0309999a839
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=52cf2d05a743a4cb2a5a8e1a35f2f0309999a839

Author: Dylan Baker <dylan at pnwbakers.com>
Date:   Tue Sep 10 13:35:08 2019 -0700

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 at gmail.com>

---

 src/gallium/drivers/lima/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/drivers/lima/meson.build b/src/gallium/drivers/lima/meson.build
index 9f5edb0ebfb..29c15bc2e13 100644
--- a/src/gallium/drivers/lima/meson.build
+++ b/src/gallium/drivers/lima/meson.build
@@ -74,7 +74,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 : [




More information about the mesa-commit mailing list