Gradience/gradience/backend/theming/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

10 lines
202 B
Meson

themingdir = 'gradience/backend/theming'
gradience_sources = [
'__init__.py',
'monet.py',
'preset.py',
'shell.py'
]
PY_INSTALLDIR.install_sources(gradience_sources, subdir: themingdir)