X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Fmeson.build;h=1681fcd07343a488b6901392c41850ff82f17ea7;hb=cea150d0d63a6d33b6211239d7f8a265cff6511e;hp=ba26a50bcedb557720569dece4193662b41a16be;hpb=d6287a94b697ffe12a4e576a38943cdf4e90cdb0;p=mesa.git diff --git a/src/gallium/meson.build b/src/gallium/meson.build index ba26a50bced..1681fcd0734 100644 --- a/src/gallium/meson.build +++ b/src/gallium/meson.build @@ -225,3 +225,7 @@ if with_tests endif subdir('tests') endif +if with_swrast_vk + subdir('frontends/vallium') + subdir('targets/vallium') +endif