enlightenment-module-penguins/themes/lemmings/meson.build

16 lines
480 B
Meson

theme_name = 'lemmings'
command = [edje_cc,
'-id', join_paths(meson.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')