ecore_evas: refactor VNC as an Eina Module.
authorGuilherme Iscaro <iscaro@profusion.mobi>
Fri, 28 Oct 2016 16:56:42 +0000 (09:56 -0700)
committerCedric Bail <cedric@osg.samsung.com>
Fri, 28 Oct 2016 16:56:47 +0000 (09:56 -0700)
commit4bffa7bfa79c2a1b5f1f5eb2d80e8667d1b49b67
tree0546606779979622cc8a9f1d917f9e8943bb7f98
parent53f406a0a3db2184f8c10b5c133186fe88f23ef8
ecore_evas: refactor VNC as an Eina Module.

Summary:
This change removes the necessity to link EFL against the libvncserver

Please ignore the first three commits, they're being reviewed here:

https://phab.enlightenment.org/D4323

Reviewers: bdilly, cedric

Reviewed By: cedric

Subscribers: cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D4338

Signed-off-by: Cedric Bail <cedric@osg.samsung.com>
configure.ac
src/Makefile_Ecore_Evas.am
src/lib/ecore_evas/ecore_evas.c
src/lib/ecore_evas/ecore_evas_module.c
src/lib/ecore_evas/ecore_evas_private.h
src/lib/ecore_evas/ecore_evas_x11.h
src/modules/ecore_evas/engines/x/ecore_evas_x.c
src/modules/ecore_evas/vnc_server/ecore_evas_vnc_server.c [new file with mode: 0644]