From ee085015d055b2bb95a595ebaef6cd34f7d494ab Mon Sep 17 00:00:00 2001 From: Pekka Paalanen Date: Wed, 1 Jun 2022 14:40:44 +0300 Subject: [PATCH] build: drop unused option rdp-thread-check Clean up leftovers from 2df71c6dd7f82a07f4ae6a8be69e7f94dd2cdec1. Signed-off-by: Pekka Paalanen --- meson_options.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/meson_options.txt b/meson_options.txt index d5e832d7..90ab3832 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -26,12 +26,6 @@ option( value: true, description: 'Weston backend: RDP remote screensharing' ) -option( - 'rdp-thread-check', - type: 'boolean', - value: false, - description: 'Aggressive thread sanity checks for the RDP backend' -) option( 'screenshare', type: 'boolean',