We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 584cace commit 39b220aCopy full SHA for 39b220a
light/meson.build
@@ -9,6 +9,7 @@ subdir('gtk-4.0')
9
10
# we don't want to install these in the flatpak
11
if not get_option('flatpak')
12
+ install_data('index.theme', install_dir : theme_path)
13
install_data('Greybird.emerald', install_dir : theme_path)
14
install_subdir('gtk-2.0', install_dir : theme_path)
15
install_subdir('gnome-shell', install_dir : theme_path)
0 commit comments