summaryrefslogtreecommitdiff
path: root/src/themes/Motif/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/Motif/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/Motif/meson.build')
-rw-r--r--src/themes/Motif/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/themes/Motif/meson.build b/src/themes/Motif/meson.build
new file mode 100644
index 00000000..617b11dd
--- /dev/null
+++ b/src/themes/Motif/meson.build
@@ -0,0 +1,4 @@
+install_data(
+ 'metacity-theme-1.xml',
+ install_dir : join_paths(datadir, 'themes', 'Motif', 'metacity-1'),
+)