mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
git: prevent CRLF line ending conversion for patches on Windows
Otherwise the patch file might get line endings converted on git checkout on Windows if the git option core.autocrlf=true is set, and then the patches won't apply later when Meson tries to apply them to the downloaded source code from tarball. This could cause the pango patches not applying to the pango subproject on Windows in some settings, and then the subproject setup would fail and the pango plugin would not be built. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4306>
This commit is contained in:
parent
6f2eb752c5
commit
0b65e7a43e
1 changed files with 1 additions and 0 deletions
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
subprojects/packagefiles/*/*.patch text eol=lf
|
Loading…
Reference in a new issue