build: drop unused option rdp-thread-check
Clean up leftovers from 2df71c6dd7
.
Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
This commit is contained in:
parent
b0257e0ffc
commit
ee085015d0
|
@ -26,12 +26,6 @@ option(
|
||||||
value: true,
|
value: true,
|
||||||
description: 'Weston backend: RDP remote screensharing'
|
description: 'Weston backend: RDP remote screensharing'
|
||||||
)
|
)
|
||||||
option(
|
|
||||||
'rdp-thread-check',
|
|
||||||
type: 'boolean',
|
|
||||||
value: false,
|
|
||||||
description: 'Aggressive thread sanity checks for the RDP backend'
|
|
||||||
)
|
|
||||||
option(
|
option(
|
||||||
'screenshare',
|
'screenshare',
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
|
|
Loading…
Reference in New Issue