summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@samsung.com>2019-03-27 14:34:48 -0400
committerMike Blumenkrantz <zmike@samsung.com>2019-03-27 14:34:48 -0400
commitc8b143ddeb3b13b502fe64d4d29b7742d05c19d7 (patch)
tree5e7f9a790610a62db59690c55a9e93d0f667aeb7 /meson_options.txt
parent4032d52a8793c054be82292a7be40da96a669ad1 (diff)
downloadefl-c8b143ddeb3b13b502fe64d4d29b7742d05c19d7.tar.gz
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
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
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',