From: Grigori Goronzy Date: Fri, 12 Jun 2015 19:13:29 +0000 (+0200) Subject: directwrite: fix linking X-Git-Tag: 0.13.0~28^2~47 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df7dd25b26755b6c2a3333cb40172f3642682add;p=libass directwrite: fix linking --- 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})])