meson_options: fix typo in option description

This commit is contained in:
Stefan Schmidt 2020-06-12 16:02:43 +02:00
parent 1921656007
commit 63c270ae6c
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ option('libmount',
option('vnc-server',
type : 'boolean',
value : false,
description : 'VNS server support in efl for multiseat testing'
description : 'VNc server support in efl for multiseat testing'
)
option('v4l2',