package/efl: fix build with tslib
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 8 Aug 2021 08:25:06 +0000 (10:25 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 8 Aug 2021 21:22:49 +0000 (23:22 +0200)
commitef37a144798dacd62743f189e462543d2013aa88
tree9edd227bde7d236a8d9eeabff74e41f39f173401
parentf30bd1eb69c44793485e9f013249d020e3e19fc3
package/efl: fix build with tslib

Build with tslib is broken since bump to version 1.25.0 in commit
cf57eceabcca134197fed79c043587439b3d4e39:

/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 <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/efl/0003-ecore_fb-fix-build-with-tslib.patch [new file with mode: 0644]