chromium: Remove some libs from system depenencies

Seems that these libraries aren't the ones Chromium is expecting to be,
so let's switch to use the bundled version of these libraries instead.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2016-10-29 14:28:06 +02:00
parent 8391241e0c
commit 5f53fddf1e
No known key found for this signature in database
GPG Key ID: 1DE8E48E57DB5436

View File

@ -57,8 +57,7 @@ let
in attrs: concatStringsSep " " (attrValues (mapAttrs toFlag attrs)); in attrs: concatStringsSep " " (attrValues (mapAttrs toFlag attrs));
gnSystemLibraries = [ gnSystemLibraries = [
"flac" "libjpeg" "libpng" "libvpx" "libwebp" "libxml" "libxslt" "re2" "flac" "libwebp" "libxml" "libxslt" "snappy" "yasm"
"snappy" "yasm" "zlib"
]; ];
opusWithCustomModes = libopus.override { opusWithCustomModes = libopus.override {
@ -70,7 +69,7 @@ let
libevent expat libjpeg snappy libevent expat libjpeg snappy
libpng libxml2 libxslt libcap libpng libxml2 libxslt libcap
xdg_utils yasm minizip libwebp xdg_utils yasm minizip libwebp
libusb1 re2 zlib libvpx libusb1 re2 zlib
]; ];
# build paths and release info # build paths and release info