mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-10-31 22:59:14 +00:00
7ede94fec8
The previous commit reinstantiated `girs_dir`, and this commit applies the rename to `girs_directories` and adds the new/missing `gst-gir-files` directory where GStreamer-specific `.gir` files live.
27 lines
380 B
TOML
27 lines
380 B
TOML
[options]
|
|
girs_directories = ["../../gir-files", "../../gst-gir-files"]
|
|
library = "GstCheck"
|
|
version = "1.0"
|
|
min_cfg_version = "1.8"
|
|
work_mode = "sys"
|
|
|
|
extra_versions = [
|
|
"1.20",
|
|
"1.18",
|
|
"1.16",
|
|
"1.14",
|
|
"1.12",
|
|
"1.10",
|
|
"1.8",
|
|
"1.6",
|
|
"1.4",
|
|
"1.2",
|
|
]
|
|
|
|
external_libraries = [
|
|
"GLib",
|
|
"GObject",
|
|
]
|
|
|
|
[external_libraries]
|
|
gstreamer="Gst"
|