summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickaël Thomas2016-08-16 18:52:27 +0200
committerMickaël Thomas2016-08-16 19:34:45 +0200
commitb104aea13be501638752d8001302f97f55fc5fb7 (patch)
tree2e9cef4123b137bb9139ca54ee7b2ea457b81c74
parent57319604031e7ca76cdc3a8f4c0e8153ce25915a (diff)
downloadaur-b104aea13be501638752d8001302f97f55fc5fb7.tar.gz
Disable libvpx as it's not actually used.
Bundled libgd uses it for webp support but we're using system-provided libgd which uses libwebp rather than libvpx.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 19af49184cd4..5467dfd542ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -121,7 +121,7 @@ build() {
--with-imap=shared \
--with-kerberos=/usr \
--with-jpeg-dir=/usr \
- --with-vpx-dir=/usr \
+ --with-vpx-dir=no \
--with-ldap=shared \
--with-ldap-sasl \
--with-libzip \