Gradience/gradience/frontend/dialogs/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

11 lines
262 B
Meson

dialogsdir = 'gradience/frontend/dialogs'
gradience_sources = [
'__init__.py',
'app_type_dialog.py',
'log_out_dialog.py',
'save_dialog.py',
'unsupported_shell_dialog.py'
]
PY_INSTALLDIR.install_sources(gradience_sources, subdir: dialogsdir)