summaryrefslogtreecommitdiff
path: root/src/meson.build
diff options
context:
space:
mode:
authorCalvin Walton <calvin.walton@kepstin.ca>2023-02-28 18:34:05 +0100
committerChristian Persch <chpe@src.gnome.org>2023-02-28 18:34:05 +0100
commit241df48d93dbefc1559a6a4e7cea8e60735661d8 (patch)
treef825ef27d70f3cef3f67f706edd80ab08fc6e922 /src/meson.build
parentc8baa84d8cdfe9be774e8dbf62426348025df699 (diff)
downloadvte-241df48d93dbefc1559a6a4e7cea8e60735661d8.tar.gz
widget: Add API to override font options
https://gitlab.gnome.org/GNOME/vte/-/issues/2573
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,