summaryrefslogtreecommitdiff
path: root/src/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/meson.build b/src/meson.build
index b3f934a2..7737c04a 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -274,6 +274,7 @@ libvte_common_sources += gnome.genmarshal(
)
libvte_common_public_deps = [
+ cairo_dep,
gio_dep,
glib_dep,
gobject_dep,
@@ -281,6 +282,7 @@ libvte_common_public_deps = [
]
libvte_common_deps = libvte_common_public_deps + [
+ cairo_gobject_dep,
fribidi_dep,
gnutls_dep,
icu_dep,