Skip to content

Commit 19ddad5

Browse files
authored
Fix installation of a11y and compact themes (Fixes #316) (#318)
Fix installation of a11y and compact themes (#316)
1 parent 39b220a commit 19ddad5

File tree

388 files changed

+4
-1242
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

388 files changed

+4
-1242
lines changed

dark/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ if not get_option('flatpak')
7676
install_subdir('gnome-shell', install_dir : theme_path)
7777
install_subdir('metacity-1', install_dir : theme_path)
7878
install_subdir('xfwm4', install_dir : theme_path)
79-
install_subdir('xfwm4-a11y', install_dir : join_paths (a11y_theme_path, 'xfwm4'))
8079
install_subdir('plank', install_dir : theme_path)
8180
install_subdir('unity', install_dir : theme_path)
81+
install_subdir('variants/a11y/xfwm4', install_dir : a11y_theme_path)
8282
endif
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)