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.
14 lines
323 B
Meson
14 lines
323 B
Meson
pkgdatadir = join_paths(get_option('prefix'), get_option('datadir'), meson.project_name())
|
|
defaultsdir = join_paths(pkgdatadir, 'vanilla_first_setup/defaults')
|
|
|
|
sources = [
|
|
'__init__.py',
|
|
'welcome.py',
|
|
'theme.py',
|
|
'user.py',
|
|
'applications.py',
|
|
'conn_check.py'
|
|
]
|
|
|
|
install_data(sources, install_dir: defaultsdir)
|