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:
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 /audio/lewton
parent120f4ab84bf1ae7d70c64ebe9e8cfb72ac6f7a91 (diff)
Add capi feature to all plugin crates
This fixes the build with cargo-c 0.9.2.
Diffstat (limited to 'audio/lewton')
-rw-r--r--audio/lewton/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/lewton/Cargo.toml b/audio/lewton/Cargo.toml
index 8b9257fb4..d31b25f14 100644
--- a/audio/lewton/Cargo.toml
+++ b/audio/lewton/Cargo.toml
@@ -29,6 +29,7 @@ gst-plugin-version-helper = { path="../../version-helper" }
[features]
# GStreamer 1.14 is required for static linking
static = ["gst/v1_14"]
+capi = []
[package.metadata.capi]
min_version = "0.8.0"