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

git pushed a commit to branch master
in repository efl.

View the commit online.

commit f28462ee1082a26e4c394ff5fc6e2994d02bfb0f
Author: Fabrice Fontaine <[email protected]>
AuthorDate: Sat Jul 10 22:38:03 2021 +0200

    ecore_fb: fix build with tslib
    
    Build with tslib is broken since version 1.25.0 and
    https://git.enlightenment.org/core/efl.git/commit/?id=8e3606698eb439eecd7302a885504365aca7e564:
    
    /data/buildroot-autobuilder/instance-0/output-1/host/opt/ext-toolchain/bin/../lib/gcc/powerpc-buildroot-linux-uclibc/9.3.0/../../../../powerpc-buildroot-linux-uclibc/bin/ld: src/lib/ecore_fb/libecore_fb.so.1.25.1.p/ecore_fb_ts.c.o: in function `_ecore_fb_ts_fd_handler':
    ecore_fb_ts.c:(.text+0x4c): undefined reference to `ts_read_raw'
    
    Fixes:
     - http://autobuild.buildroot.org/results/fa111306b95316eed54771550474dae804fa261e
    
    Signed-off-by: Fabrice Fontaine <[email protected]>
    Signed-off-by: Giulio Benetti <[email protected]>
---
 src/lib/ecore_fb/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/ecore_fb/meson.build b/src/lib/ecore_fb/meson.build
index 6d50e0f146..7c7f6786c3 100644
--- a/src/lib/ecore_fb/meson.build
+++ b/src/lib/ecore_fb/meson.build
@@ -22,7 +22,7 @@ ecore_fb_src = files([
 ecore_fb_lib = library('ecore_fb',
     ecore_fb_src, pub_eo_file_target,
     c_args : package_c_args,
-    dependencies: ecore_fb_pub_deps + ecore_fb_deps,
+    dependencies: ecore_fb_pub_deps + ecore_fb_deps + ecore_fb_ext_deps,
     include_directories : config_dir,
     install: true,
     version : meson.project_version()

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

Reply via email to