Gradience/gradience/frontend/widgets/meson.build
tfuxu e412a2c537
GNOME Shell theming support (#679)
Signed-off-by: tfuxu <73042332+tfuxu@users.noreply.github.com>
Co-authored-by: 0xMRTT <0xMRTT@evta.fr>
Co-authored-by: 0xMRTT <0xMRTT@proton.me>
Co-authored-by: daudix-UFO <ddaudix@gmail.com>
2023-05-04 13:24:18 +00:00

20 lines
491 B
Meson

widgetsdir = 'gradience/frontend/widgets'
gradience_sources = [
'__init__.py',
'builtin_preset_row.py',
'custom_css_group.py',
'error_list_row.py',
'explore_preset_row.py',
'monet_theming_group.py',
'option_row.py',
'palette_shades.py',
'plugin_row.py',
'preset_row.py',
'repo_row.py',
'reset_preset_group.py',
'shell_theming_group.py',
'theming_empty_group.py',
]
PY_INSTALLDIR.install_sources(gradience_sources, subdir: widgetsdir)