Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2022-08-31 03:34:18 +0300
committerSebastian Dröge <slomo@coaxion.net>2022-09-03 01:00:57 +0300
commit16f9c37c712002f7e474cef461f7bd9386dfa215 (patch)
tree9329348a5818c765c18846e1e3a4b77534c29fc8 /net/onvif/Cargo.toml
parent664e2b75bdb75c70803f498a516783453a288177 (diff)
Fix missing pkgconfig requires
Diffstat (limited to 'net/onvif/Cargo.toml')
-rw-r--r--net/onvif/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/onvif/Cargo.toml b/net/onvif/Cargo.toml
index 69654daca..68f0cd0a1 100644
--- a/net/onvif/Cargo.toml
+++ b/net/onvif/Cargo.toml
@@ -45,4 +45,4 @@ install_subdir = "gstreamer-1.0"
versioning = false
[package.metadata.capi.pkg_config]
-requires_private = "gstreamer-1.0, gstreamer-base-1.0, gobject-2.0, glib-2.0, gmodule-2.0"
+requires_private = "gstreamer-1.0, gstreamer-base-1.0, gobject-2.0, glib-2.0, gmodule-2.0, pango, pangocairo"