summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 61bc9924..e5f34447 100644
--- a/meson.build
+++ b/meson.build
@@ -312,6 +312,8 @@ if host_system == 'darwin'
if has_core_text
pango_conf.set('HAVE_CORE_TEXT', 1)
endif
+
+ pango_deps += dependency('appleframeworks', modules: [ 'CoreFoundation', 'ApplicationServices' ])
endif
cairo_pkgconfig_found = false