From c8b143ddeb3b13b502fe64d4d29b7742d05c19d7 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Wed, 27 Mar 2019 14:34:48 -0400 Subject: [PATCH] build: fix meson vnc-server option text Summary: thx @vtorri for reporting Reviewers: devilhorns, vtorri Reviewed By: vtorri Subscribers: cedric, #reviewers, vtorri, #committers Tags: #efl_build Differential Revision: https://phab.enlightenment.org/D8480 --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 8c136fe9e1..105f4cf9cb 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -277,7 +277,7 @@ option('libmount', option('vnc-server', type : 'boolean', value : false, - description : 'use libmount support or not' + description : 'enable building a vnc-server for multiseat testing' ) option('v4l2',