2 # Copyright 2014 The Chromium Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file.
6 SCRIPT_DIR
=$
(dirname $0)
11 # This is where we get all the debian packages from.
12 APT_REPO
=http
://archive.ubuntu.com
/ubuntu
13 APT_REPO_ARM
=http
://ports.ubuntu.com
14 REPO_BASEDIR
="${APT_REPO}/dists/${DIST}"
15 KEYRING_FILE
=/usr
/share
/keyrings
/ubuntu-archive-keyring.gpg
17 # Sysroot packages: these are the packages needed to build chrome.
18 # NOTE: When DEBIAN_PACKAGES is modified, the packagelist files must be updated
19 # by running this script in GeneratePackageList mode.
35 libcairo-script-interpreter2 \
63 libgdk-pixbuf2.0-dev \
70 libgnome-keyring-dev \
102 libpangocairo-1.0-0 \
116 libpulse-mainloop-glib0 \
166 x11proto-composite-dev \
168 x11proto-damage-dev \
173 x11proto-record-dev \
174 x11proto-render-dev \
175 x11proto-scrnsaver-dev \
180 DEBIAN_PACKAGES_X86
="libquadmath0"
182 .
${SCRIPT_DIR}/sysroot-creator.sh