diff options
author | Wu Xiaotian <[email protected]> | 2019-07-13 18:54:29 +0800 |
---|---|---|
committer | lukefromdc <[email protected]> | 2019-07-13 22:26:39 +0000 |
commit | 1960241cc70814439bfc9432dd94bd6057a60652 (patch) | |
tree | 9890aaa5d3471569577f9781465dbf3498784587 /src/themes/DustBlue | |
parent | d86c29b0e518f765e7570573c76bc033fbd17f6d (diff) | |
download | marco-1960241cc70814439bfc9432dd94bd6057a60652.tar.bz2 marco-1960241cc70814439bfc9432dd94bd6057a60652.tar.xz |
meson: use install_data to replace install_dir
Diffstat (limited to 'src/themes/DustBlue')
-rw-r--r-- | src/themes/DustBlue/meson.build | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/themes/DustBlue/meson.build b/src/themes/DustBlue/meson.build new file mode 100644 index 00000000..3402d4bb --- /dev/null +++ b/src/themes/DustBlue/meson.build @@ -0,0 +1,17 @@ +install_data( + 'button_close_normal.png', + 'button_close_prelight.png', + 'button_close_pressed.png', + 'button_max_normal.png', + 'button_max_prelight.png', + 'button_max_pressed.png', + 'button_menu_normal.png', + 'button_menu_prelight.png', + 'button_menu_pressed.png', + 'button_min_normal.png', + 'button_min_prelight.png', + 'button_min_pressed.png', + 'menu.png', + 'metacity-theme-1.xml', + install_dir : join_paths(datadir, 'themes', 'DustBlue', 'metacity-1') +) |