diff options
Diffstat (limited to '')
-rw-r--r-- | data/icons/meson.build | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/data/icons/meson.build b/data/icons/meson.build new file mode 100644 index 0000000..f941289 --- /dev/null +++ b/data/icons/meson.build @@ -0,0 +1,13 @@ +install_subdir( + 'hicolor', + install_dir : control_center_icondir +) + +if get_option('profile') == 'development' + icondir = join_paths('hicolor', 'scalable', 'apps') + install_data( + join_paths(icondir, 'org.gnome.Settings.Devel.svg'), + install_dir: join_paths(control_center_icondir, icondir), + rename: 'org.gnome.Settings.svg' + ) +endif |