OLD | NEW |
1 #!/bin/sh | 1 #!/bin/sh |
2 # Copyright 2014 The Chromium Authors. All rights reserved. | 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 | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 | 5 |
6 SCRIPT_DIR=$(dirname $0) | 6 SCRIPT_DIR=$(dirname $0) |
7 | 7 |
8 DISTRO=ubuntu | 8 DISTRO=ubuntu |
9 DIST=trusty | 9 DIST=trusty |
10 | 10 |
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
173 x11proto-record-dev \ | 173 x11proto-record-dev \ |
174 x11proto-render-dev \ | 174 x11proto-render-dev \ |
175 x11proto-scrnsaver-dev \ | 175 x11proto-scrnsaver-dev \ |
176 x11proto-xext-dev \ | 176 x11proto-xext-dev \ |
177 zlib1g \ | 177 zlib1g \ |
178 zlib1g-dev" | 178 zlib1g-dev" |
179 | 179 |
180 DEBIAN_PACKAGES_X86="libquadmath0" | 180 DEBIAN_PACKAGES_X86="libquadmath0" |
181 | 181 |
182 . ${SCRIPT_DIR}/sysroot-creator.sh | 182 . ${SCRIPT_DIR}/sysroot-creator.sh |
OLD | NEW |