]> granicus.if.org Git - libass/commitdiff
configure: do not add -ldwrite to libass.pc
authorwm4 <wm4@nowhere>
Thu, 24 Sep 2015 13:55:04 +0000 (15:55 +0200)
committerwm4 <wm4@nowhere>
Thu, 24 Sep 2015 13:58:07 +0000 (15:58 +0200)
This was forgotten. We always load dwrite.dll at runtime, so this isn't
needed.

configure.ac

index d090d33d5a3547880930870bd5c75492ae4ebe8f..89c856f5bf95aa8b1fe7ccadcee8ed6986a29456 100644 (file)
@@ -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 &&