]> granicus.if.org Git - libass/commitdiff
directwrite: fix linking
authorGrigori Goronzy <greg@chown.ath.cx>
Fri, 12 Jun 2015 19:13:29 +0000 (21:13 +0200)
committerGrigori Goronzy <greg@chown.ath.cx>
Fri, 10 Jul 2015 08:43:16 +0000 (10:43 +0200)
configure.ac

index ac115ea5ae988e5a6200f0fd235d2efa5d6d3409..fe743f90e522b71f41fefdd1e747b0266b7433a7 100644 (file)
@@ -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})])