Sign in
qemu
/
meson
/
refs/heads/fix7611
/
.
/
docs
/
markdown
/
snippets
/
deprecate_old_variable_methods.md
blob: 3f41689d51003f9636d2da70598549c8add0bc63 [
file
] [
log
] [
blame
] [
view
]
## Deprecate Dependency.get_pkgconfig_variable and Dependency.get_configtool_variable
These
have been replaced
with
the more versatile
`get_variable()`
method
already
,
and
shouldn
't be used anymore.