summaryrefslogtreecommitdiff
path: root/src/themes/meson.build
blob: e11da1f5a55d9afa945945644d6f186ca1bead50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
themes = [
  'ClearlooksRe',
  'eOS',
  'DustBlue',
  'WinMe',
  'Splint-Left',
  'Dopple',
  'Spidey-Left',
  'Splint',
  'Dopple-Left',
  'Spidey',
]

themedir = join_paths(datadir, 'themes')
foreach theme: themes
  install_subdir(theme,
    install_dir : join_paths(themedir, theme, 'metacity-1'),
    strip_directory : true
  )
endforeach