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

40 lines
932 B
TOML
Raw Normal View History

[options]
work_mode = "sys"
library = "OSTree"
version = "1.0"
2018-10-20 13:31:37 +03:00
target_path = "../sys"
single_version_file = true
2018-09-29 16:28:13 +03:00
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",
2020-08-25 23:08:23 +03:00
"OSTree.SignDummy",
"OSTree.SignDummyClass",
"OSTree.SignEd25519",
"OSTree.SignEd25519Class",
# version-dependent constants
"OSTree.RELEASE_VERSION",
"OSTree.VERSION",
"OSTree.VERSION_S",
"OSTree.YEAR_VERSION",
2019-08-29 00:20:15 +03:00
# build-dependent constants
"OSTree.BUILT_FEATURES",
]
girs_directories = [ "../gir-files" ]