projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73b70b4
)
meson: don't generate file into subdirs
author
Dylan Baker
<dylan@pnwbakers.com>
Tue, 10 Sep 2019 20:35:08 +0000
(13:35 -0700)
committer
Dylan Baker
<dylan@pnwbakers.com>
Wed, 11 Sep 2019 15:35:05 +0000
(08:35 -0700)
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>
src/gallium/drivers/lima/meson.build
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/lima/meson.build
b/src/gallium/drivers/lima/meson.build
index 9f5edb0ebfb543eb747c1246360ff3c5218f3095..29c15bc2e1364dda1eeac6ea3163571d49d4890c 100644
(file)
--- 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 : [