meson: remove LTS from amber's description

Reviewed-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19121>
This commit is contained in:
Filip Gawin 2022-10-17 18:38:13 +02:00
parent 83c21b5289
commit 651e30663f

View file

@ -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)'
)