From 7d33bab3b48420529c9e245e40a31faf975ee6df Mon Sep 17 00:00:00 2001 From: Christian Gmeiner Date: Mon, 15 Apr 2024 15:10:40 +0200 Subject: [PATCH] meson: Add missing newline at eof Signed-off-by: Christian Gmeiner Part-of: --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index eda3d092bfc..a8f88e3f009 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -710,4 +710,4 @@ option( description : 'Build custom xmlconfig (driconf) support. If disabled, ' + 'the default driconf file is hardcoded into Mesa. ' + 'Requires expat.' -) \ No newline at end of file +)