1
0
Fork 0
mutter-performance-source/doc/reference/meson.build
Bilal Elmoussaoui 765a918a62 build: Add a Meta Toolkit private library
Currently, Meta/Cogl/Clutter makes use of cairo_rectangle_int_t despite
the existance of MetaRectangle.

In order to make MetaRectangle usable in Cogl/Clutter as well, Mtk would
provide such base types that are shared across the various private
libraries

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3128>
2023-08-30 16:46:13 +02:00

28 lines
No EOL
508 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('cally')
subdir('clutter')
subdir('cogl')
subdir('cogl-pango')
subdir('meta')
subdir('mtk')