theme_name = 'default' command = [edje_cc, '-id', join_paths(meson.project_source_root(), 'themes', theme_name), '@INPUT@', '@OUTPUT@'] custom_target(theme_name + '.edj', install:true, depend_files: files([theme_name + '.edc']), install_dir: themes_install_dir, install_mode: 'rw-r--r--', command: command, input: theme_name + '.edc', output: theme_name + '.edj')