X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmeson.build;h=af881cff70bf752a6474b7f4ecb615f82a7162cd;hb=095600dad6ee2c93b92026ba9c78ad829a79fcd0;hp=c2566b7a68778597a117724d3faf51c643d122f3;hpb=c73abb4f824f70a0dc776389009336121c1d3405;p=mesa.git diff --git a/src/meson.build b/src/meson.build index c2566b7a687..af881cff70b 100644 --- a/src/meson.build +++ b/src/meson.build @@ -42,7 +42,7 @@ libglsl_util = static_library( sha1_h = custom_target( 'git_sha1.h', output : 'git_sha1.h', - command : [prog_python2, git_sha1_gen_py, '--output', '@OUTPUT@'], + command : [prog_python, git_sha1_gen_py, '--output', '@OUTPUT@'], build_always : true, # commit sha1 can change without having touched these files ) @@ -56,7 +56,7 @@ subdir('vulkan') if with_gallium_radeonsi or with_amd_vk subdir('amd') endif -if with_gallium_vc4 +if with_gallium_vc4 or with_gallium_v3d subdir('broadcom') endif if with_dri_i965 or with_intel_vk