mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-05 09:10:22 +00:00
666ea908a5
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.
23 lines
308 B
TOML
23 lines
308 B
TOML
[options]
|
|
girs_dir = "../../../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"
|