mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-07 02:00:58 +01:00
4 lines
152 B
Meson
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
|