6 lines
132 B
Meson
Raw Normal View History

2025-05-10 21:49:39 +08:00
foreach plugin : ['rkximage', 'rockchipmpp', 'kmssrc']
if not get_option(plugin).disabled()
subdir(plugin)
endif
endforeach