From 7a3317d8e042918f8654804715aea7b1b4238823 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Fri, 14 Mar 2014 15:19:27 +0000 Subject: [PATCH] community/xulrunner: disable ogg --- community/xulrunner/PKGBUILD | 2 +- community/xulrunner/mozconfig | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/community/xulrunner/PKGBUILD b/community/xulrunner/PKGBUILD index 6dbafe011..9afe76da0 100644 --- a/community/xulrunner/PKGBUILD +++ b/community/xulrunner/PKGBUILD @@ -23,7 +23,7 @@ source=(ftp://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/$pkgver/source/ options=('!emptydirs' 'staticlibs') replaces=('xulrunner-oss') sha256sums=('6eacdc549c252da57d1f51a363ad8c7e62f09ec8c796e8eb69ddb3e1008df7af' - '7fd271e467e7bc61907d61c64b8dd57be152443d0517df3f3579a0e12785e5cd' + 'fd88b2385ca1661466094bbbead55fcb211ab71649eac0a27fd31a1a9de666a6' '23485d937035648add27a7657f6934dc5b295e886cdb0506eebd02a43d07f269' 'e2b4a00d14f4ba69c62b3f9ef9908263fbab179ba8004197cbc67edbd916fdf1') diff --git a/community/xulrunner/mozconfig b/community/xulrunner/mozconfig index 4807c7189..be68352e2 100644 --- a/community/xulrunner/mozconfig +++ b/community/xulrunner/mozconfig @@ -9,6 +9,7 @@ ac_add_options --disable-neon # System libraries ac_add_options --disable-webrtc +ac_add_options --disable-ogg ac_add_options --with-system-nspr ac_add_options --with-system-nss ac_add_options --with-system-jpeg