
As that is where the whole text rendering integration happens And would allow us to get rid of some over-abstraction in cogl-pango, simplify ClutterSnapshot integration as well Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4004>
27 lines
472 B
Meson
27 lines
472 B
Meson
if not have_introspection
|
|
error('API reference requires introspection.')
|
|
endif
|
|
|
|
|
|
toml_conf = configuration_data()
|
|
toml_conf.set('version', libmutter_api_version)
|
|
toml_conf.set('vcs_tag', 'main')
|
|
|
|
gidocgen = find_program('gi-docgen')
|
|
|
|
gidocgen_common_args = [
|
|
'--quiet',
|
|
'--no-namespace-dir',
|
|
]
|
|
|
|
if get_option('werror')
|
|
gidocgen_common_args += ['--fatal-warnings']
|
|
endif
|
|
|
|
docs_dir = pkgdatadir / 'doc'
|
|
|
|
subdir('clutter')
|
|
subdir('cogl')
|
|
subdir('meta')
|
|
subdir('mtk')
|