This is the same logic as the previous two patches.
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
'core', 'inc/chip/gfx9', 'inc/chip/r800', 'gfx9/chip', 'r800/chip',
'../common', '../../'),
cpp_args : [cpp_vis_args, '-DBRAHMA_BUILD=1'],
- build_by_default : false,
)
dep_valgrind],
c_args : [c_vis_args],
cpp_args : [cpp_vis_args],
- build_by_default : false,
)
subdir('compiler')
subdir('egl/wayland/wayland-drm')
subdir('vulkan')
-subdir('amd')
+if with_gallium_radeonsi or with_amd_vk
+ subdir('amd')
+endif
if with_gallium_vc4
subdir('broadcom')
endif