gstreamer-rs/gstreamer-app/sys/Gir.toml
Marijn Suijten 666ea908a5 Revert "Gir.toml: Drop unused/renamed girs_dir in favour of gir -d"
This reverts commit 7f9fcb09e2.

`generator.py` is in the process of being moved to a generic place in
the `gir` repository for reuse across crates.  This means `-d` cannot be
passed for our GStreamer-specific `gst-gir-files` directory anymore, and
should be configured from `Gir.toml` instead.
2021-04-23 21:59:33 +02:00

28 lines
355 B
TOML

[options]
girs_dir = "../../gir-files"
library = "GstApp"
version = "1.0"
min_cfg_version = "1.8"
work_mode = "sys"
external_libraries = [
"GLib",
]
extra_versions = [
"1.20",
"1.18",
"1.16",
"1.14",
"1.12",
"1.10",
"1.8",
"1.6",
"1.4",
"1.2",
]
[external_libraries]
gstreamer="Gst"
gstreamer_base="GstBase"