Set the library path for GLESv1 and GLESv2 74/168774/3
authorHoyub Lee <hoyub.lee@samsung.com>
Wed, 26 Apr 2017 08:21:09 +0000 (17:21 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Wed, 31 Jan 2018 06:12:09 +0000 (06:12 +0000)
commit56c872881a580de01ba519dd279ed1bea5311f0a
tree44812f6795a9d8afc490507e39819619cfdda425
parent56953572893a2ce15b379f28715fcb5191c1293b
Set the library path for GLESv1 and GLESv2

On EGL test cases(dEQP-EGL*), there are tests which uses GLES function
like glClear(). If library path is not set, each test cases will try
eglGetProcAddress to find gl symbols. However, normal gl symbol which is
not extension cannot be found if KHR_get_all_proc_address is not set.
Therefore, this patch sets the library path to cover up this case.

Change-Id: Ifa9ee7c7574fff0dfae09064eb68bfb3fc1832a1
Signed-off-by: Hoyub Lee <hoyub.lee@samsung.com>
targets/wayland/wayland.cmake