diff options
Diffstat (limited to 'extra/chromium/Pkgfile')
-rw-r--r-- | extra/chromium/Pkgfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/chromium/Pkgfile b/extra/chromium/Pkgfile index a7a60e1bf..f869c0132 100644 --- a/extra/chromium/Pkgfile +++ b/extra/chromium/Pkgfile @@ -3,10 +3,10 @@ # Maintainer: NuTyX core team # Packager: sibelle at free dot fr -# Depends on: yasm, nss, gconf, alsa-lib, xdg-utils, hicolor-icon-theme, bzip2, libxss, libevent +# Depends on: python, perl, gperf, mesa, yasm, nss, gconf, alsa-lib, xdg-utils, hicolor-icon-theme, bzip2, libxss, libevent name=chromium -version=5.0.375.125 +version=5.0.375.127 release=1 source=(http://build.chromium.org/buildbot/official/$name-$version.tar.bz2 \ @@ -48,7 +48,7 @@ build() { -Duse_system_ssl=0 - make chrome chrome_sandbox BUILDTYPE=Release + make -j5 chrome chrome_sandbox BUILDTYPE=Release cd $SRC/$name-$version |