From 15380c9fbcbd33fae2d0382734c6f25a94daa5bf Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 24 Sep 2015 15:55:04 +0200 Subject: configure: do not add -ldwrite to libass.pc This was forgotten. We always load dwrite.dll at runtime, so this isn't needed. --- configure.ac | 3 --- 1 file changed, 3 deletions(-) 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 && -- cgit v1.2.3