diff options
author | Dylan Baker <[email protected]> | 2018-01-23 09:34:53 -0800 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2018-02-15 09:45:40 -0800 |
commit | 384bff13e034bcca06eec1bdf50a3913f9e941db (patch) | |
tree | 834ede7b83b4f1c8699c6c3c4bb306345d7016c7 /src/intel | |
parent | 64a1223a80560fae456dd62ea92936ee204aee27 (diff) |
Revert "anv/meson: Make anv_entrypoints_gen.py depend on anv_extensions.py"
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]>
Fixes: 10d1b0be8e9c463dbc35cd66968299f33c76672c
Signed-off-by: Dylan Baker <[email protected]>
Reviewed-by: Samuel Iglesias Gonsálvez <[email protected]>
Diffstat (limited to 'src/intel')
-rw-r--r-- | src/intel/vulkan/meson.build | 3 |
1 files changed, 1 insertions, 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@', |