From df7dd25b26755b6c2a3333cb40172f3642682add Mon Sep 17 00:00:00 2001 From: Grigori Goronzy Date: Fri, 12 Jun 2015 21:13:29 +0200 Subject: directwrite: fix linking --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ac115ea..fe743f9 100644 --- a/configure.ac +++ b/configure.ac @@ -242,6 +242,9 @@ fi if test x$harfbuzz = xtrue; then pkg_requires="harfbuzz >= 0.9.5, ${pkg_requires}" fi +if test x$directwrite = xtrue; then + pkg_libs="${pkg_libs} -ldwrite" +fi AC_SUBST([PKG_LIBS_DEFAULT], [$(test x$enable_shared = xno && echo ${pkg_libs})]) AC_SUBST([PKG_REQUIRES_DEFAULT], [$(test x$enable_shared = xno && echo ${pkg_requires})]) -- cgit v1.2.3