summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Dilly <bdilly@profusion.mobi>2016-09-27 18:29:43 -0300
committerBruno Dilly <bdilly@profusion.mobi>2016-09-27 18:44:17 -0300
commit24ad676dac2993f99bca8931772db3ad20f6c8aa (patch)
tree53c92a397edee7380da16cb6a9efa771d9fd8390
parentd418fd49cb3054f24b8ee93f42d0a16645107cea (diff)
downloadefl-24ad676dac2993f99bca8931772db3ad20f6c8aa.tar.gz
configure: show if vnc server was enabled or not
So we can see by configure log if it should be working =)
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index cea97db957..0192122f37 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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"