summaryrefslogtreecommitdiff
path: root/src/themes/eOS/meson.build
blob: 447734027c13e56fcfc4f4bd67eaa521a4f10bcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
install_data(
  'close.png',
  'close_unfocused_over.png',
  'close_unfocused.png',
  'maximize.png',
  'maximize_unfocused_over.png',
  'maximize_unfocused.png',
  'menu.png',
  'menu_prelight.png',
  'metacity-theme-1.xml',
  'metacity-theme-3.xml',
  'minimize.png',
  'minimize_unfocused_over.png',
  'minimize_unfocused.png',
  'trough_left.png',
  'trough_left_unfocused.png',
  'trough_middle.png',
  'trough_middle_unfocused.png',
  'trough_right.png',
  'trough_right_unfocused.png',
  'unmaximize.png',
  'unmaximize_unfocused_over.png',
  'unmaximize_unfocused.png',
  install_dir : join_paths(datadir, 'themes', 'eOS', 'metacity-1')
)