summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2023-07-18 21:00:35 +0530
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2023-07-20 11:00:35 +0000
commitb7e2b24945a8b244ffa8c61054a2e58c3fda1dc1 (patch)
treeedbc2461f2546098973577ed933d5d50b7178aab /.gitignore
parenta61ba1b7e1f152bd97999a43b5eb7a22bfc2193e (diff)
meson: Force pcre2 to be provided by a subproject on macOS
Newer macOS provides /usr/lib/pkgconfig/libpcre2-8.pc which is broken because it says headers are in /usr/include but that directory doesn't exist. It can only be used to find the library, which only exists on newer macOS at /usr/lib/libpcre2-8.dylib, so it's also unusable. So, force usage of the subproject for glib. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5060>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 147974fd44..7143eefa90 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,7 +36,6 @@ subprojects/gvdb.wrap
subprojects/libepoxy.wrap
subprojects/libsass.wrap
subprojects/libtiff.wrap
-subprojects/pcre2.wrap
subprojects/sassc.wrap
subprojects/abseil-cpp.wrap
@@ -67,4 +66,4 @@ subprojects/*/
.vscode/*
# clangd integration
-.cache/* \ No newline at end of file
+.cache/*