Gradience/data/shell/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

6 lines
160 B
Meson

install_subdir('templates',
install_dir: join_paths(get_option('datadir'), 'gradience', 'shell'),
exclude_files: 'meson.build',
strip_directory : false
)