configure: show if vnc server was enabled or not

So we can see by configure log if it should be working =)
This commit is contained in:
Bruno Dilly 2016-09-27 18:29:43 -03:00
parent e2afcc0ab4
commit 46c48a498c
1 changed files with 1 additions and 0 deletions

View File

@ -4642,6 +4642,7 @@ AM_CONDITIONAL([BUILD_ECORE_EVAS_WIN32],
ECORE_EVAS_MODULE([software-x11], [${want_x11_any}],
[EFL_OPTIONAL_DEPEND_PKG([ECORE_EVAS], [${want_vnc_server}], [VNC_SERVER], [libvncserver])])
EFL_ADD_FEATURE([ECORE_EVAS], [vnc_server])
have_ecore_evas_software_xlib="no"
have_ecore_evas_software_xcb="no"