evas - fix install of data and install checkme file for prefix reloc

checkme file not installed.... wow... this was not found for a long
time... this fixes it.

@fix
This commit is contained in:
Carsten Haitzler 2022-04-20 11:46:07 +01:00
parent 1e623d3350
commit 4ee80acc49
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
checkme_files = ['ecore', 'ecore_imf', 'ecore_x', 'eeze', 'efreet', 'elua', 'emotion', 'ethumb', 'ethumb_client']
checkme_files = ['ecore', 'ecore_imf', 'ecore_x', 'eeze', 'efreet', 'elua', 'emotion', 'ethumb', 'ethumb_client', 'evas']
foreach checkme : checkme_files
install_data(join_paths(checkme, 'checkme'),
install_dir : join_paths(dir_data, checkme)