diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2023-05-23 15:48:56 +0300 |
---|---|---|
committer | Marius Vlad <marius.vlad@collabora.com> | 2023-05-31 07:36:15 +0000 |
commit | 0ed8064b0de235fa21fb961f0a8789e11ad7f1a4 (patch) | |
tree | 318fd5d2a9ace1587ed5d038f3f0034ac258b348 /meson_options.txt | |
parent | e0a1dcc5480872fcb1ddafcd8664ef1b92f9446b (diff) |
compositor: Remove Waltham support
Waltham hasn't been used in a while, its support has been removed for
some time, we've been deprecating it last release so it's time to remove
it from the compositor as well.
Bug-AGL: SPEC-4669
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: Iaf1e467b1228051fd96cac424ac6781d67f9fefa
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/meson_options.txt b/meson_options.txt index e4d8f3d..1e54773 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -12,10 +12,3 @@ option( value: true, description: 'Build gRPC proxy which exposes some of the agl-shell protocol over a gRPC API' ) - -option( - 'waltham', - type: 'boolean', - value: false, - description: 'Build compositor with Waltham support. Disabled by default' -) |