I am not a meson expert but changes look fine. The series is:

Reviewed-by: Samuel Iglesias Gonsálvez <[email protected]>

Sam

On 23/01/18 18:44, Dylan Baker wrote:
> This reverts commit 10d1b0be8e9c463dbc35cd66968299f33c76672c.
>
> This is unnecessary, the depend_files argument is for adding
> dependencies on files that are not part of the input, which is already
> done.
>
> cc: Jason Ekstrand <[email protected]>
> cc: Samuel Iglesias Gonsálvez <[email protected]>
> Fixes: 10d1b0be8e9c463dbc35cd66968299f33c76672c
> Signed-off-by: Dylan Baker <[email protected]>
> ---
>  src/intel/vulkan/meson.build | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/src/intel/vulkan/meson.build b/src/intel/vulkan/meson.build
> index 69ec26e19b6..d0712f318c7 100644
> --- a/src/intel/vulkan/meson.build
> +++ b/src/intel/vulkan/meson.build
> @@ -20,8 +20,7 @@
>  
>  anv_entrypoints = custom_target(
>    'anv_entrypoints.[ch]',
> -  input : ['anv_entrypoints_gen.py', vk_api_xml, 
> vk_android_native_buffer_xml,
> -           'anv_extensions.py'],
> +  input : ['anv_entrypoints_gen.py', vk_api_xml, 
> vk_android_native_buffer_xml],
>    output : ['anv_entrypoints.h', 'anv_entrypoints.c'],
>    command : [
>      prog_python2, '@INPUT0@', '--xml', '@INPUT1@', '--xml', '@INPUT2@',

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to