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>
This commit is contained in:
Bilal Elmoussaoui
2023-07-18 17:58:47 +02:00
parent ff4d87727b
commit 765a918a62
14 changed files with 256 additions and 1 deletions

View File

@ -86,6 +86,7 @@ if have_introspection
'GDesktopEnums-3.0',
'xlib-2.0',
'xfixes-4.0',
libmutter_mtk_gir[0],
libmutter_cogl_gir[0],
libmutter_cogl_pango_gir[0],
libmutter_clutter_gir[0],