ostree/rust-bindings/rust/conf/libostree-sys.toml

25 lines
548 B
TOML
Raw Normal View History

[options]
work_mode = "sys"
library = "OSTree"
version = "1.0"
target_path = "../libostree-sys"
2018-09-29 16:28:13 +03:00
external_libraries = [
"GLib",
"GObject",
"Gio",
]
ignore = [
"OSTree.BootloaderInterface",
"OSTree.ChecksumInputStream",
"OSTree.ChecksumInputStreamClass",
"OSTree.CmdPrivateVTable",
"OSTree.LibarchiveInputStream",
"OSTree.LibarchiveInputStreamClass",
"OSTree.LzmaCompressorClass",
"OSTree.LzmaDecompressorClass",
"OSTree.RepoFileEnumeratorClass",
"OSTree.RollsumMatches",
]
girs_dir = "../gir-files"