6 lines
132 B
Meson
6 lines
132 B
Meson
|
foreach plugin : ['rkximage', 'rockchipmpp', 'kmssrc']
|
||
|
if not get_option(plugin).disabled()
|
||
|
subdir(plugin)
|
||
|
endif
|
||
|
endforeach
|