2025-05-10 21:49:39 +08:00

6 lines
132 B
Meson

foreach plugin : ['rkximage', 'rockchipmpp', 'kmssrc']
if not get_option(plugin).disabled()
subdir(plugin)
endif
endforeach