build: fix meson vnc-server option text
authorMike Blumenkrantz <zmike@samsung.com>
Wed, 27 Mar 2019 18:34:48 +0000 (14:34 -0400)
committerJunsuChoi <jsuya.choi@samsung.com>
Tue, 2 Apr 2019 04:04:00 +0000 (13:04 +0900)
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

index 5702b8a..2ea1ae8 100644 (file)
@@ -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',