summaryrefslogtreecommitdiff
path: root/src/themes/WinMe
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2019-07-13 18:54:29 +0800
committerlukefromdc <[email protected]>2019-07-13 22:26:39 +0000
commit1960241cc70814439bfc9432dd94bd6057a60652 (patch)
tree9890aaa5d3471569577f9781465dbf3498784587 /src/themes/WinMe
parentd86c29b0e518f765e7570573c76bc033fbd17f6d (diff)
downloadmarco-1960241cc70814439bfc9432dd94bd6057a60652.tar.bz2
marco-1960241cc70814439bfc9432dd94bd6057a60652.tar.xz
meson: use install_data to replace install_dir
Diffstat (limited to 'src/themes/WinMe')
-rw-r--r--src/themes/WinMe/meson.build14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/themes/WinMe/meson.build b/src/themes/WinMe/meson.build
new file mode 100644
index 00000000..f0b269e9
--- /dev/null
+++ b/src/themes/WinMe/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', 'WinMe', 'metacity-1')
+)