win-pkgconfig: Fix version, and fix gitignore
The pkg-config.exe we ship here is version 0.28. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9376>
This commit is contained in:
parent
53cc57a9c2
commit
d34798824f
5
.gitignore
vendored
5
.gitignore
vendored
@ -57,7 +57,12 @@ subprojects/*/
|
||||
!subprojects/macos-bison-binary
|
||||
!subprojects/win-flex-bison-binaries
|
||||
!subprojects/win-nasm
|
||||
!subprojects/win-pkgconfig
|
||||
!subprojects/packagefiles
|
||||
subprojects/*/*.zip
|
||||
subprojects/*/*.exe
|
||||
subprojects/*/*.tar.*
|
||||
subprojects/macos-bison-binary/bison*/
|
||||
|
||||
# VSCode integration
|
||||
# launch.json will be modified by users depending on the pipeline to test
|
||||
|
@ -1,4 +1,4 @@
|
||||
project('win-pkgconfig', version : '0.29.2')
|
||||
project('win-pkgconfig', version : '0.28')
|
||||
|
||||
py3 = import('python3').find_python()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user