From 651e30663f3827387de7c3eb1823e46143abe991 Mon Sep 17 00:00:00 2001 From: Filip Gawin Date: Mon, 17 Oct 2022 18:38:13 +0200 Subject: [PATCH] meson: remove LTS from amber's description Reviewed-by: Adam Jackson Part-of: --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 6889646594f..e8abe4d40e2 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -537,5 +537,5 @@ option( 'amber', type : 'boolean', value : false, - description : 'Configure LTS build to coexist with Mesa >= 22.0' + description : 'Configure build for legacy devices (coexist with Mesa >= 22.0)' )