You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
moonstone/vanilla_first_setup/utils/meson.build

13 lines
313 B
Meson

pkgdatadir = join_paths(get_option('prefix'), get_option('datadir'), meson.project_name())
utilsdir = join_paths(pkgdatadir, 'vanilla_first_setup/utils')
sources = [
'__init__.py',
'run_async.py',
'processor.py',
'recipe.py',
'builder.py',
'parser.py',
]
install_data(sources, install_dir: utilsdir)