]> git.ipfire.org Git - thirdparty/qemu.git/commit
build-sys: fix crlf-ending C code
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 24 Jan 2023 18:00:57 +0000 (18:00 +0000)
committerMichael Tokarev <mjt@tls.msk.ru>
Wed, 29 Mar 2023 07:20:05 +0000 (10:20 +0300)
commite807a1c29f90d50ba5a26a787048451092ec0d4c
tree111495d2d905ec50460f379e93ba5209970992df
parent9d46d348f649f640b2ba0b0b160b562c8f720fc9
build-sys: fix crlf-ending C code

On msys2, the shader-to-C script produces bad C:
./ui/shader/texture-blit-vert.h:2:5: error: missing terminating " character [-Werror]

Fix it by changing the line ending from crlf to lf, and convert the
script to Python (qemu build seems perl-free after that).

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Acked-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20230110132700.833690-2-marcandre.lureau@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20230124180127.1881110-6-alex.bennee@linaro.org>
(cherry picked from commit e2c4012bc35894d60e54bd077ceaaae565d43c15)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
meson.build
scripts/shaderinclude.pl [deleted file]
scripts/shaderinclude.py [new file with mode: 0644]