From 39b220ae8a1fce74579b966208c4cb8d5a502762 Mon Sep 17 00:00:00 2001 From: Sean Davis Date: Tue, 22 Mar 2022 18:32:31 -0400 Subject: [PATCH] Install Greybird/index.theme (#317) --- light/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/light/meson.build b/light/meson.build index 83a7855..39078e8 100644 --- a/light/meson.build +++ b/light/meson.build @@ -9,6 +9,7 @@ subdir('gtk-4.0') # we don't want to install these in the flatpak if not get_option('flatpak') + install_data('index.theme', install_dir : theme_path) install_data('Greybird.emerald', install_dir : theme_path) install_subdir('gtk-2.0', install_dir : theme_path) install_subdir('gnome-shell', install_dir : theme_path)