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.
12 lines
315 B
Meson
12 lines
315 B
Meson
pkgdatadir = join_paths(get_option('prefix'), get_option('datadir'), meson.project_name())
|
|
utilsdir = join_paths(pkgdatadir, 'jade_gui/utils')
|
|
|
|
jade_gui_sources = [
|
|
'__init__.py',
|
|
'disks.py',
|
|
'threading.py',
|
|
'command.py',
|
|
'gtk_helpers.py'
|
|
]
|
|
install_data(jade_gui_sources, install_dir: utilsdir)
|