From 432fd5a5afe6f165cc11b7e039dadbec9ed80eb5 Mon Sep 17 00:00:00 2001 From: Paul Olav Tvete Date: Thu, 16 Feb 2017 13:56:13 +0100 Subject: Make VNC a proper feature Change-Id: Iffae3f4d77f46bbf7ac38e7c9bc916f060606dd9 Reviewed-by: Lars Knoll --- src/gui/configure.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/gui') diff --git a/src/gui/configure.json b/src/gui/configure.json index e627d6286f..a3e97e09ca 100644 --- a/src/gui/configure.json +++ b/src/gui/configure.json @@ -537,6 +537,12 @@ "condition": "tests.linuxfb", "output": [ "privateFeature" ] }, + "vnc": { + "label": "VNC", + "section": "Platform plugins", + "condition": "config.unix && !config.android && !config.darwin && features.regularexpression", + "output": [ "privateFeature" ] + }, "mirclient": { "label": "Mir client", "section": "Platform plugins", @@ -1114,7 +1120,7 @@ QMAKE_LIBDIR_OPENGL[_ES2] and QMAKE_LIBS_OPENGL[_ES2] in the mkspec for your pla "eglfs_viv", "eglfs_viv_wl", "eglfs_egldevice", "eglfs_gbm", "eglfs_mali", "eglfs_brcm", "egl_x11" ] }, - "linuxfb", "mirclient", + "linuxfb", "vnc", "mirclient", { "type": "feature", "message": "INTEGRITY framebuffer", -- cgit v1.2.3