summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hollerbach <marcel-hollerbach@t-online.de>2017-07-22 17:49:04 +0200
committerMarcel Hollerbach <marcel-hollerbach@t-online.de>2017-07-22 21:25:47 +0200
commit29ef798c26f811987d2629027d0687ea351c4212 (patch)
treed392952fa066d50d04da7dab101a201e5e663711
parent6e882d2e4f44c5ab77d1cf461a6733740856ede4 (diff)
downloadenlightenment-29ef798c26f811987d2629027d0687ea351c4212.tar.gz
meson: also install the tiling-theme
-rw-r--r--src/modules/tiling/meson.build4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/modules/tiling/meson.build b/src/modules/tiling/meson.build
index dd0a66f141..1c7715ab30 100644
--- a/src/modules/tiling/meson.build
+++ b/src/modules/tiling/meson.build
@@ -6,7 +6,8 @@ tiling_src = [
'window_tree.h',
]
-tiling_dir = join_paths(dir_module_e, 'tiling', module_arch)
+tiling_mod_dir = join_paths(dir_module_e, 'tiling')
+tiling_dir = join_paths(tiling_mod_dir, module_arch)
if get_option('tiling') == true
config_h.set('USE_MODULE_TILING', '1')
@@ -21,3 +22,4 @@ if get_option('tiling') == true
)
endif
+install_data('e-module-tiling.edj', install_dir: tiling_mod_dir, install : true)