[SCM] libass/master: Explicitely disable CoreText and DirectWrite

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Tue Dec 8 11:25:52 UTC 2015


The following commit has been merged in the master branch:
commit 91f84566fbc19e1c848ce5b7570958d3694f0d76
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Tue Dec 8 12:21:48 2015 +0100

    Explicitely disable CoreText and DirectWrite

diff --git a/debian/rules b/debian/rules
index 0b785b3..c994a47 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,4 +6,6 @@ export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
 	dh $@ --parallel --with autoreconf
 
 override_dh_auto_configure:
-	dh_auto_configure
+	dh_auto_configure -- \
+		--disable-directwrite \
+		--disable-coretext

-- 
LibASS packaging



More information about the pkg-multimedia-commits mailing list