gstreamer-rs/gstreamer-gl/x11/sys/Gir.toml
Marijn Suijten 7ede94fec8 Replace all girs_dir with girs_directories and add gst-gir-files dir
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.
2021-04-23 22:01:23 +02:00

24 lines
344 B
TOML

[options]
girs_directories = ["../../../gir-files", "../../../gst-gir-files"]
library = "GstGLX11"
min_cfg_version = "1.14"
version = "1.0"
work_mode = "sys"
extra_versions = [
"1.20",
"1.18",
"1.16",
]
external_libraries = [
"GLib",
]
generate = [
"GstGLX11.GLDisplayX11",
]
[external_libraries]
gstreamer-gl = "GstGL"