[Mesa-dev] [PATCH] nir: add missing dependency in meson.build

Kenneth Graunke kenneth at whitecape.org
Wed May 2 17:16:51 UTC 2018


On Wednesday, May 2, 2018 9:49:34 AM PDT Rob Clark wrote:
> nir_builder_opcodes.h also depends on nir_intrinsics.py for generating
> the system-value builders.
> 
> Reported-by: Christoph Haag <haagch at frickel.club>
> Reported-by: Kenneth Graunke <kenneth at whitecape.org>
> Signed-off-by: Rob Clark <robdclark at gmail.com>
> ---
>  src/compiler/nir/meson.build | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/compiler/nir/meson.build b/src/compiler/nir/meson.build
> index 84715a58912..4fffbb7a1ee 100644
> --- a/src/compiler/nir/meson.build
> +++ b/src/compiler/nir/meson.build
> @@ -18,7 +18,7 @@
>  # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
>  # SOFTWARE.
>  
> -nir_depends = files('nir_opcodes.py')
> +nir_depends = files('nir_opcodes.py', 'nir_intrinsics.py')
>  
>  nir_builder_opcodes_h = custom_target(
>    'nir_builder_opcodes.h',
> 

Thank you!

Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: This is a digitally signed message part.
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20180502/635a97b7/attachment.sig>


More information about the mesa-dev mailing list