ostree/rust-bindings/conf/ostree-sys.toml
2022-05-06 12:53:57 -04:00

40 lines
932 B
TOML

[options]
work_mode = "sys"
library = "OSTree"
version = "1.0"
target_path = "../sys"
single_version_file = true
external_libraries = [
"GLib",
"GObject",
"Gio",
]
ignore = [
# private API (not in installed headers)
"OSTree.BootloaderInterface",
"OSTree.ChecksumInputStream",
"OSTree.ChecksumInputStreamClass",
"OSTree.CmdPrivateVTable",
"OSTree.LibarchiveInputStream",
"OSTree.LibarchiveInputStreamClass",
"OSTree.LzmaCompressorClass",
"OSTree.LzmaDecompressorClass",
"OSTree.RepoFileEnumeratorClass",
"OSTree.RollsumMatches",
"OSTree.SignDummy",
"OSTree.SignDummyClass",
"OSTree.SignEd25519",
"OSTree.SignEd25519Class",
# version-dependent constants
"OSTree.RELEASE_VERSION",
"OSTree.VERSION",
"OSTree.VERSION_S",
"OSTree.YEAR_VERSION",
# build-dependent constants
"OSTree.BUILT_FEATURES",
]
girs_directories = [ "../gir-files" ]