1
0
Fork 0

gir: Remove unnused cairo include

As cairo is not used in the public API

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3530>
This commit is contained in:
Bilal Elmoussaoui 2024-01-17 11:46:47 +01:00 committed by Marge Bot
parent 700ef19e8b
commit a55b080129
2 changed files with 0 additions and 2 deletions

View file

@ -410,7 +410,6 @@ if have_introspection
namespace: 'Cogl', namespace: 'Cogl',
includes: [ includes: [
libmutter_mtk_gir[0], libmutter_mtk_gir[0],
'cairo-1.0',
'GL-1.0', 'GL-1.0',
'GObject-2.0', 'GObject-2.0',
'Graphene-1.0', 'Graphene-1.0',

View file

@ -63,7 +63,6 @@ if have_introspection
export_packages: [libmutter_mtk_name], export_packages: [libmutter_mtk_name],
includes: [ includes: [
'GObject-2.0', 'GObject-2.0',
'cairo-1.0',
'Graphene-1.0', 'Graphene-1.0',
], ],
extra_args: mtk_introspection_args + ['--c-include=mtk/mtk.h'], extra_args: mtk_introspection_args + ['--c-include=mtk/mtk.h'],