This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch v-1.26.0
in repository efl.

View the commit online.

commit a4a182a80c94aa0e734ab4145b871db07cf1c9a0
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Wed Apr 20 11:46:07 2022 +0100

    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
---
 data/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/meson.build b/data/meson.build
index 5944dad07c..1583aeca6f 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -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)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to