From: wm4 Date: Thu, 24 Sep 2015 13:55:04 +0000 (+0200) Subject: configure: do not add -ldwrite to libass.pc X-Git-Tag: 0.13.0~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=15380c9fbcbd33fae2d0382734c6f25a94daa5bf;p=libass configure: do not add -ldwrite to libass.pc This was forgotten. We always load dwrite.dll at runtime, so this isn't needed. --- diff --git a/configure.ac b/configure.ac index d090d33..89c856f 100644 --- a/configure.ac +++ b/configure.ac @@ -222,9 +222,6 @@ 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 if test x$enable_require_system_font_provider != xno && test x$fontconfig != xtrue &&