tpl_wayland: Add initial code for thread 53/134753/3
authorSangjin Lee <lsj119@samsung.com>
Fri, 14 Apr 2017 07:45:25 +0000 (16:45 +0900)
committerjoonbum.ko <joonbum.ko@samsung.com>
Wed, 21 Jun 2017 07:04:24 +0000 (16:04 +0900)
commite382c8f2fea6bef56aa1715dcee2bb9ca90f512b
treee110efa8ef57f543095fe240024371087423b4a1
parentf7e8ec17662588826c61bcda00406b8b0324b6a0
tpl_wayland: Add initial code for thread

we need to make thread for wayland event, in current,
the wayland events are just consumed at render the frame.
So wayland event or the fds are increase during
background state. For solve this issue,
we should make event loop in other thread.

Change-Id: I8f78ec035677ccc627f6fc638bb64057a9dca71a
Makefile
packaging/libtpl-egl.spec
src/tpl_wayland_egl_thread.c [new file with mode: 0644]