879696
From 5848e8d544dd975454d4ef671c5b8b7ef91ccc83 Mon Sep 17 00:00:00 2001
879696
From: Ondrej Holy <oholy@redhat.com>
879696
Date: Thu, 14 Jun 2018 14:48:45 +0200
879696
Subject: [PATCH 1/2] build: Install also 24x24 icons
879696
879696
After the meson port, 24x24 icons are not installed. Let's add missing
879696
24x24 icon size in meson.build to install them.
879696
---
879696
 data/meson.build | 2 +-
879696
 1 file changed, 1 insertion(+), 1 deletion(-)
879696
879696
diff --git a/data/meson.build b/data/meson.build
879696
index a2d22ed..5b1ef00 100644
879696
--- a/data/meson.build
879696
+++ b/data/meson.build
879696
@@ -1,5 +1,5 @@
879696
 icondir = join_paths(get_option('datadir'), 'icons/hicolor')
879696
-foreach size: ['16x16', '22x22', '32x32', '48x48', '256x256', 'symbolic']
879696
+foreach size: ['16x16', '22x22', '24x24', '32x32', '48x48', '256x256', 'symbolic']
879696
   install_subdir('icons/hicolor/' + size, install_dir: icondir)
879696
 endforeach
879696
 
879696
-- 
879696
2.17.1
879696