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.
13 lines
345 B
Meson
13 lines
345 B
Meson
pkgdatadir = join_paths(get_option('prefix'), get_option('datadir'), meson.project_name())
|
|
classesdir = join_paths(pkgdatadir, 'jade_gui/classes')
|
|
|
|
jade_gui_sources = [
|
|
'__init__.py',
|
|
'locale.py',
|
|
'keymap.py',
|
|
'install_prefs.py',
|
|
'partition.py',
|
|
'jade_screen.py'
|
|
]
|
|
install_data(jade_gui_sources, install_dir: classesdir)
|