build(python): updated all python bindings to reflect serif name

This commit is contained in:
2025-06-12 13:46:32 -04:00
parent 9c65301b21
commit 353e2072e7
9 changed files with 23 additions and 12 deletions

View File

@@ -1,5 +1,10 @@
# Get the subproject object first
opat_sub = subproject('opat-core')
opat_sub = subproject(
'opat-core',
default_options: {
'generate_pc': false
}
)
# Get the dependency variable from that subproject
opatio_dep = opat_sub.get_variable('opatio_dep')