Authenticator/data/icons/meson.build
2017-09-16 14:15:40 +02:00

4 lines
152 B
Meson

icon_themes = ['hicolor']
foreach theme : icon_themes
install_subdir(theme, install_dir: join_paths(get_option('prefix'), 'share/icons/'))
endforeach