diff options
Diffstat (limited to 'app-icons')
-rw-r--r-- | app-icons/Makefile.in | 4 | ||||
-rw-r--r-- | app-icons/meson.build | 14 |
2 files changed, 16 insertions, 2 deletions
diff --git a/app-icons/Makefile.in b/app-icons/Makefile.in index 9d76a54..e4d5a51 100644 --- a/app-icons/Makefile.in +++ b/app-icons/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, diff --git a/app-icons/meson.build b/app-icons/meson.build new file mode 100644 index 0000000..7cf43a7 --- /dev/null +++ b/app-icons/meson.build @@ -0,0 +1,14 @@ +install_subdir('16x16', + install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor')) +install_subdir('22x22', + install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor')) +install_subdir('24x24', + install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor')) +install_subdir('256x256', + install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor')) +install_subdir('32x32', + install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor')) +install_subdir('48x48', + install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor')) +install_subdir('symbolic', + install_dir: join_paths(get_option('datadir'), 'icons', 'hicolor')) |