diff options
author | Руслан Ижбулатов <lrn1986@gmail.com> | 2018-03-04 02:48:10 +0000 |
---|---|---|
committer | Руслан Ижбулатов <lrn1986@gmail.com> | 2018-04-01 10:35:02 +0000 |
commit | 9e76a6055aed35ea4c4920b4f4332e085f930c67 (patch) | |
tree | c13d8e9d479f9fdddbb14303c25d399058739436 /meson.build | |
parent | eec0bd2fa9cee5eff26aa3136f1d4f616347d852 (diff) | |
download | gtk+-9e76a6055aed35ea4c4920b4f4332e085f930c67.tar.gz |
W32: Link GTK to pangowin32
Needed for pango_win32_font_logfont() from gtkimcontextime.
https://bugzilla.gnome.org/show_bug.cgi?id=773299
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 9500d85d86..e998d99314 100644 --- a/meson.build +++ b/meson.build @@ -349,6 +349,11 @@ if pangoft_dep.found() endif endif +if win32_enabled + # for GTK_IM_CONTEXT_IME + pangowin32_dep = dependency('pangowin32') +endif + pangocairo_dep = dependency('pangocairo', version: cairo_req, fallback : ['pango', 'libpangocairo_dep']) pixbuf_dep = dependency('gdk-pixbuf-2.0', version: gdk_pixbuf_req, |