cmd = [ edje_cmd, '-id', join_paths(meson.source_root(), 'data' , 'themes', 'images'), '@INPUT@', '@OUTPUT@' ] src = 'default' custom_target(src + '.edj', input : src + '.edc', output : src + '.edj', command : cmd, install_dir : join_paths(dir_data, proj, 'themes'), install_mode : 'rw-r--r--', install : true )