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