summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-09-24 15:55:04 +0200
committerwm4 <wm4@nowhere>2015-09-24 15:58:07 +0200
commit15380c9fbcbd33fae2d0382734c6f25a94daa5bf (patch)
treec6a0eeb69ebf69339819d3f4cb04a30256f7c28f
parent17123ee650212fbb1a1cc828666df1a5c06a4b90 (diff)
downloadlibass-15380c9fbcbd33fae2d0382734c6f25a94daa5bf.tar.bz2
libass-15380c9fbcbd33fae2d0382734c6f25a94daa5bf.tar.xz
configure: do not add -ldwrite to libass.pc
This was forgotten. We always load dwrite.dll at runtime, so this isn't needed.
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 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 &&