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
path: root/text
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2021-08-11 20:51:36 +0300
committerSebastian Dröge <sebastian@centricular.com>2021-08-11 20:51:36 +0300
commit848b2963905c8c7de1d1efdf587886210c164e28 (patch)
tree169ac8321cd465aa229f7518b16a85b2994c55b5 /text
parent120f4ab84bf1ae7d70c64ebe9e8cfb72ac6f7a91 (diff)
Add capi feature to all plugin crates
This fixes the build with cargo-c 0.9.2.
Diffstat (limited to 'text')
-rw-r--r--text/json/Cargo.toml1
-rw-r--r--text/regex/Cargo.toml1
-rw-r--r--text/wrap/Cargo.toml1
3 files changed, 3 insertions, 0 deletions
diff --git a/text/json/Cargo.toml b/text/json/Cargo.toml
index 81ea3b582..8107327b6 100644
--- a/text/json/Cargo.toml
+++ b/text/json/Cargo.toml
@@ -32,6 +32,7 @@ package="gstreamer-check"
default = ["gst/ser_de"]
# GStreamer 1.14 is required for static linking
static = ["default", "gst/v1_14"]
+capi = []
[package.metadata.capi]
min_version = "0.7.0"
diff --git a/text/regex/Cargo.toml b/text/regex/Cargo.toml
index b743f57f5..66c82ab5d 100644
--- a/text/regex/Cargo.toml
+++ b/text/regex/Cargo.toml
@@ -31,6 +31,7 @@ package="gstreamer-check"
[features]
# GStreamer 1.14 is required for static linking
static = ["gst/v1_14"]
+capi = []
[package.metadata.capi]
min_version = "0.8.0"
diff --git a/text/wrap/Cargo.toml b/text/wrap/Cargo.toml
index ef3e0bbb3..303f4a850 100644
--- a/text/wrap/Cargo.toml
+++ b/text/wrap/Cargo.toml
@@ -31,6 +31,7 @@ package="gstreamer-check"
[features]
# GStreamer 1.14 is required for static linking
static = ["gst/v1_14"]
+capi = []
[package.metadata.capi]
min_version = "0.8.0"