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)
9 APT_REPO
=http
://http.us.debian.org
/debian
10 REPO_BASEDIR
="${APT_REPO}/dists/${DIST}"
11 KEYRING_FILE
=/usr
/share
/keyrings
/debian-archive-keyring.gpg
13 # Sysroot packages: these are the packages needed to build chrome.
14 # NOTE: When DEBIAN_PACKAGES is modified, the packagelist files must be updated
15 # by running this script in GeneratePackageList mode.
16 # TODO(thestig) Remove libgcrypt11* the next time a package gets added.
32 libcairo-script-interpreter2 \
60 libgdk-pixbuf2.0-dev \
67 libgnome-keyring-dev \
110 libpulse-mainloop-glib0 \
162 x11proto-composite-dev \
164 x11proto-damage-dev \
169 x11proto-record-dev \
170 x11proto-render-dev \
171 x11proto-scrnsaver-dev \
176 DEBIAN_PACKAGES_X86
="libquadmath0"
178 .
${SCRIPT_DIR}/sysroot-creator.sh