summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorIgnacio Casal Quinteiro <qignacio@amazon.com>2018-10-02 16:47:59 +0200
committerIgnacio Casal Quinteiro <qignacio@amazon.com>2018-10-04 09:39:35 +0200
commit1ce6fc1c349afce1b7c04e02388b3caed7d46f7d (patch)
tree366235d258b3cd92885a35d451eb2ef783fc0d1e /meson.build
parentcf0516835b3d4b57d99779917d5449dae3a207cc (diff)
downloadpango-1ce6fc1c349afce1b7c04e02388b3caed7d46f7d.tar.gz
meson: fix build on osx
Fixes https://gitlab.gnome.org/GNOME/pango/issues/324
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