[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2] Fix win32/msys2 shader compilation
From: |
marcandre . lureau |
Subject: |
[PATCH 0/2] Fix win32/msys2 shader compilation |
Date: |
Mon, 9 Jan 2023 15:21:08 +0400 |
From: Marc-André Lureau <marcandre.lureau@redhat.com>
Hi,
Fix the shader compilation error on win32/msys2 and convert the related script
from perl to python.
Marc-André Lureau (2):
build-sys: fix crlf-ending C code
.gitlab-ci.d/windows: do not disable opengl
meson.build | 2 +-
.gitlab-ci.d/windows.yml | 5 ++---
scripts/shaderinclude.pl | 16 ----------------
scripts/shaderinclude.py | 22 ++++++++++++++++++++++
4 files changed, 25 insertions(+), 20 deletions(-)
delete mode 100644 scripts/shaderinclude.pl
create mode 100755 scripts/shaderinclude.py
--
2.39.0
[PATCH 2/2] .gitlab-ci.d/windows: do not disable opengl, marcandre . lureau, 2023/01/09