Fix ws-testcase build issue: 04/259304/1
authorTianhao Ni <tianhao.ni@samsung.com>
Fri, 4 Jun 2021 05:42:48 +0000 (13:42 +0800)
committerTianhao Ni <tianhao.ni@samsung.com>
Fri, 4 Jun 2021 05:58:16 +0000 (13:58 +0800)
commit709d66fc80e2a8f2146df23f10e52cee3cc324aa
tree1e07dd74b1da5f4e94a89b48f2e2faf62dc30cf5
parent13033eb1e54fb67b19643cc22fe7f4814191761c
Fix ws-testcase build issue:

- Issue:
   undefined reference to '__tpl_display_choose_backend_wl_egl_thread'
   undefined refetence to '__tpl_display_choose_backend_wayland_vk_wsi'

- Fix:
   Replace __tpl_display_choose_backend_wl_egl_thread() with __tpl_display_choose_backend_wl_egl_thread2()
   Replace __tpl_display_choose_backend_wayland_vk_wsi() with __tpl_display_choose_backend_wayland_vk_wsi_thread()

Change-Id: I1d562bbaf37c4c45b238e221b125bdb42cc6db1a
Signed-off-by: Tianhao Ni <tianhao.ni@samsung.com>
src/tpl.c