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

9 lines
201 B
Meson

schemasdir = 'gradience/frontend/schemas'
gradience_sources = [
'__init__.py',
'preset_schema.py',
'shell_schema.py'
]
PY_INSTALLDIR.install_sources(gradience_sources, subdir: schemasdir)