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.
9 lines
255 B
Meson
9 lines
255 B
Meson
2 years ago
|
pkgdatadir = join_paths(get_option('prefix'), get_option('datadir'), meson.project_name())
|
||
|
dialogsdir = join_paths(pkgdatadir, 'vanilla_first_setup/dialogs')
|
||
|
|
||
|
sources = [
|
||
|
'__init__.py',
|
||
|
'subsystem.py',
|
||
|
]
|
||
|
|
||
|
install_data(sources, install_dir: dialogsdir)
|