xartigas pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=bb303d6ec593b9f39385d2e2ed5af17e6a1429de
commit bb303d6ec593b9f39385d2e2ed5af17e6a1429de Author: Xavi Artigas <[email protected]> Date: Thu Feb 21 19:27:59 2019 +0100 elementary_test: fix meson build after renaming efl_gfx_map to mapping --- src/bin/elementary/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/elementary/meson.build b/src/bin/elementary/meson.build index c4944a160c..81e6309be3 100644 --- a/src/bin/elementary/meson.build +++ b/src/bin/elementary/meson.build @@ -47,7 +47,7 @@ elementary_test_src = [ 'test_events.c', 'test_evas_mask.c', 'test_evas_map.c', - 'test_efl_gfx_map.c', + 'test_efl_gfx_mapping.c', 'test_evas_snapshot.c', 'test_external.c', 'test_fileselector_button.c', --
