summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--network/chromium/chromium.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/network/chromium/chromium.SlackBuild b/network/chromium/chromium.SlackBuild
index f8b8f0dff1..2954e62a63 100644
--- a/network/chromium/chromium.SlackBuild
+++ b/network/chromium/chromium.SlackBuild
@@ -25,7 +25,7 @@
PRGNAM=chromium
VERSION=${VERSION:-31.0.1650.57}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -101,7 +101,7 @@ build/gyp_chromium -f make build/all.gyp --depth=. \
-Duse_gconf=0 \
-Duse_gnome_keyring=0 \
-Duse_kerberos=0 \
- -Duse_pulseaudio=0 \
+ -Duse_pulseaudio=1 \
-Duse_system_bzip2=1 \
-Duse_system_ffmpeg=0 \
-Duse_system_libevent=1 \