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:
Nirbheek Chauhan 2025-07-11 18:35:21 +05:30 committed by GStreamer Marge Bot
parent 53cc57a9c2
commit d34798824f
2 changed files with 6 additions and 1 deletions

5
.gitignore vendored
View File

@ -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

View File

@ -1,4 +1,4 @@
project('win-pkgconfig', version : '0.29.2')
project('win-pkgconfig', version : '0.28')
py3 = import('python3').find_python()