summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@gmail.com>2014-02-19 21:36:13 -0800
committerKevin Mitchell <kevmitch@gmail.com>2014-02-22 04:57:18 -0800
commit343aa8523e8fa76d58ac28f657435b3532df1764 (patch)
tree34287c1a6feafe22e54058bbeaa53246c26eee4e
parent89d2d3bb3c36e02d9b7de90b3d4b918469fb1221 (diff)
downloadmpv-build-343aa8523e8fa76d58ac28f657435b3532df1764.tar.bz2
mpv-build-343aa8523e8fa76d58ac28f657435b3532df1764.tar.xz
enable harfbuzz support for libass
-rw-r--r--debian/control1
-rwxr-xr-xscripts/libass-config2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index a596ebb..4889ede 100644
--- a/debian/control
+++ b/debian/control
@@ -24,6 +24,7 @@ Build-Depends:
libgl1-mesa-dev,
libgsm1-dev,
libguess-dev,
+ libharfbuzz-dev,
libjack-jackd2-dev | libjack-dev,
libjpeg-dev,
libopenjpeg-dev,
diff --git a/scripts/libass-config b/scripts/libass-config
index 487cf7a..810b670 100755
--- a/scripts/libass-config
+++ b/scripts/libass-config
@@ -1,7 +1,7 @@
#!/bin/sh
set -e
-OPTIONS=""
+OPTIONS="$@"
BUILD="$(pwd)"
cd "$BUILD"/libass