summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphaël Doursenaud2017-07-26 16:08:35 +0200
committerRaphaël Doursenaud2017-07-26 16:08:35 +0200
commit028b8709902b5071b11686cf75136a0583d71881 (patch)
treedd164a623e3114109f110e8703950aa1432fdf52
parent86b238ddc22e44df3dc16838cfbc11eb1ec0a6ca (diff)
downloadaur-028b8709902b5071b11686cf75136a0583d71881.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 833581405bdd..8ec63ea3d946 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -113,7 +113,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-mcrypt=shared \