rage/data/themes/meson.build

14 lines
455 B
Meson
Raw Normal View History

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