zmike pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=c8b143ddeb3b13b502fe64d4d29b7742d05c19d7

commit c8b143ddeb3b13b502fe64d4d29b7742d05c19d7
Author: Mike Blumenkrantz <zm...@samsung.com>
Date:   Wed Mar 27 14:34:48 2019 -0400

    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',

-- 


Reply via email to