diff options
author | rbuj <[email protected]> | 2019-09-22 15:12:48 +0200 |
---|---|---|
committer | Victor Kareh <[email protected]> | 2019-10-01 09:39:39 -0400 |
commit | 7ff2e5f10e8b0d15a1e75b29312e2afb4256fbb0 (patch) | |
tree | 688ddf25b42460b6f1f8e5c309ff660a36727678 /src/themes/Atlanta/meson.build | |
parent | 232127afd896bce5afc02cccf1c96309ceb1b521 (diff) | |
download | marco-7ff2e5f10e8b0d15a1e75b29312e2afb4256fbb0.tar.bz2 marco-7ff2e5f10e8b0d15a1e75b29312e2afb4256fbb0.tar.xz |
window decoration themes: Add Atlanta, Esco, Gorilla, Motif, Raleigh
Diffstat (limited to 'src/themes/Atlanta/meson.build')
-rw-r--r-- | src/themes/Atlanta/meson.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/themes/Atlanta/meson.build b/src/themes/Atlanta/meson.build new file mode 100644 index 00000000..b9ead6df --- /dev/null +++ b/src/themes/Atlanta/meson.build @@ -0,0 +1,4 @@ +install_data( + 'metacity-theme-1.xml', + install_dir : join_paths(datadir, 'themes', 'Atlanta', 'metacity-1'), +) |