summaryrefslogtreecommitdiff
path: root/src/themes/Raleigh/meson.build
blob: fb69239f041114b9b8b388794c67ef2df35ce260 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
install_data(
  'close_normal.png',
  'close_normal_small.png',
  'close_pressed.png',
  'close_pressed_small.png',
  'maximize_normal.png',
  'maximize_pressed.png',
  'metacity-theme-1.xml',
  'minimize_normal.png',
  'minimize_pressed.png',
  'restore_normal.png',
  'restore_pressed.png',
  install_dir : join_paths(datadir, 'themes', 'Raleigh', 'metacity-1')
)