1
0
Fork 0

cogl: Move cairo dependency to cogl-pango

As cairo is not used in cogl API

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

View file

@ -15,6 +15,7 @@ cogl_pango_public_headers = [
]
cogl_pango_deps = [
cairo_dep,
pango_dep,
pangocairo_dep,
libmutter_cogl_dep,

View file

@ -12,7 +12,6 @@ cogl_pkg_deps = [
]
cogl_pkg_private_deps = [
cairo_dep,
gmodule_no_export_dep,
libmutter_mtk_dep,
]