mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-05 09:10:22 +00:00
7f9fcb09e2
We were already using `gir -d` and especially now that our files are separated across two directories that are relative to the directory containing Gir.toml this only becomes cumbersome. Besides `gir` lacks functionality to normalize the path, leading to ie. gstreamer-gl/egl/sys/../../../gir-files in the version comment as a result.
22 lines
276 B
TOML
22 lines
276 B
TOML
[options]
|
|
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"
|