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)
10 APT_REPO
=http
://http.us.debian.org
/debian
11 REPO_BASEDIR
="${APT_REPO}/dists/${DIST}"
12 KEYRING_FILE
=/usr
/share
/keyrings
/debian-archive-keyring.gpg
14 # Sysroot packages: these are the packages needed to build chrome.
15 # NOTE: When DEBIAN_PACKAGES is modified, the packagelist files must be updated
16 # by running this script in GeneratePackageList mode.
33 libcairo-script-interpreter2 \
61 libgdk-pixbuf2.0-dev \
68 libgnome-keyring-dev \
111 libpulse-mainloop-glib0 \
161 x11proto-composite-dev \
163 x11proto-damage-dev \
168 x11proto-record-dev \
169 x11proto-render-dev \
170 x11proto-scrnsaver-dev \
175 DEBIAN_PACKAGES_X86
="libquadmath0"
177 .
${SCRIPT_DIR}/sysroot-creator.sh