mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
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:
parent
a55b080129
commit
f0ebc41205
@ -15,6 +15,7 @@ cogl_pango_public_headers = [
|
||||
]
|
||||
|
||||
cogl_pango_deps = [
|
||||
cairo_dep,
|
||||
pango_dep,
|
||||
pangocairo_dep,
|
||||
libmutter_cogl_dep,
|
||||
|
@ -12,7 +12,6 @@ cogl_pkg_deps = [
|
||||
]
|
||||
|
||||
cogl_pkg_private_deps = [
|
||||
cairo_dep,
|
||||
gmodule_no_export_dep,
|
||||
libmutter_mtk_dep,
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user