mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
subprojects: remove pcre.wrap
Remove pcre.wrap since it is pulled in automatically by glib and not used by gstreamer. Hopefully this fixes the msvc ci on the 1.20 branch which failed with "gregex.c.obj : error LNK2001: unresolved external symbol pcre_free" on pcre-8.45. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2985>
This commit is contained in:
parent
ede7bf44cf
commit
3fb943472e
1 changed files with 0 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
|||
[wrap-file]
|
||||
directory = pcre-8.37
|
||||
source_url = https://sourceforge.net/projects/pcre/files/pcre/8.37/pcre-8.37.tar.bz2
|
||||
source_filename = pcre-8.37.tar.bz2
|
||||
source_hash = 51679ea8006ce31379fb0860e46dd86665d864b5020fc9cd19e71260eef4789d
|
||||
patch_filename = pcre_8.37-4_patch.zip
|
||||
patch_url = https://wrapdb.mesonbuild.com/v2/pcre_8.37-4/get_patch
|
||||
patch_hash = c957f42da6f6378300eb8a18f4a5cccdb8e2aada51a703cac842982f9f785399
|
||||
|
||||
[provide]
|
||||
libpcre = pcre_dep
|
||||
|
Loading…
Reference in a new issue