summaryrefslogtreecommitdiff
path: root/src/themes/Raleigh/meson.build
diff options
context:
space:
mode:
authorrbuj <[email protected]>2019-09-22 15:12:48 +0200
committerVictor Kareh <[email protected]>2019-10-01 09:39:39 -0400
commit7ff2e5f10e8b0d15a1e75b29312e2afb4256fbb0 (patch)
tree688ddf25b42460b6f1f8e5c309ff660a36727678 /src/themes/Raleigh/meson.build
parent232127afd896bce5afc02cccf1c96309ceb1b521 (diff)
downloadmarco-7ff2e5f10e8b0d15a1e75b29312e2afb4256fbb0.tar.bz2
marco-7ff2e5f10e8b0d15a1e75b29312e2afb4256fbb0.tar.xz
window decoration themes: Add Atlanta, Esco, Gorilla, Motif, Raleigh
Diffstat (limited to 'src/themes/Raleigh/meson.build')
-rw-r--r--src/themes/Raleigh/meson.build14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/themes/Raleigh/meson.build b/src/themes/Raleigh/meson.build
new file mode 100644
index 00000000..fb69239f
--- /dev/null
+++ b/src/themes/Raleigh/meson.build
@@ -0,0 +1,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')
+)