Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(101)

Side by Side Diff: build/linux/sysroot_scripts/sysroot-creator-trusty.sh

Issue 2248973003: Linux: Add libbluetooth to sysroot scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 #!/bin/bash 1 #!/bin/bash
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 16 matching lines...) Expand all
27 DEBIAN_PACKAGES="\ 27 DEBIAN_PACKAGES="\
28 comerr-dev 28 comerr-dev
29 gcc-4.8 29 gcc-4.8
30 krb5-multidev 30 krb5-multidev
31 libasound2 31 libasound2
32 libasound2-dev 32 libasound2-dev
33 libatk1.0-0 33 libatk1.0-0
34 libatk1.0-dev 34 libatk1.0-dev
35 libavahi-client3 35 libavahi-client3
36 libavahi-common3 36 libavahi-common3
37 libbluetooth3
38 libbluetooth-dev
37 libc6 39 libc6
38 libc6-dev 40 libc6-dev
39 libcairo2 41 libcairo2
40 libcairo2-dev 42 libcairo2-dev
41 libcairo-gobject2 43 libcairo-gobject2
42 libcairo-script-interpreter2 44 libcairo-script-interpreter2
43 libcap-dev 45 libcap-dev
44 libcap2 46 libcap2
45 libcomerr2 47 libcomerr2
46 libcups2 48 libcups2
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 x11proto-render-dev 182 x11proto-render-dev
181 x11proto-scrnsaver-dev 183 x11proto-scrnsaver-dev
182 x11proto-xext-dev 184 x11proto-xext-dev
183 zlib1g 185 zlib1g
184 zlib1g-dev 186 zlib1g-dev
185 " 187 "
186 188
187 DEBIAN_PACKAGES_X86="libquadmath0" 189 DEBIAN_PACKAGES_X86="libquadmath0"
188 190
189 . ${SCRIPT_DIR}/sysroot-creator.sh 191 . ${SCRIPT_DIR}/sysroot-creator.sh
OLDNEW
« no previous file with comments | « build/linux/sysroot_scripts/sysroot-creator-jessie.sh ('k') | build/linux/sysroot_scripts/sysroot-creator-wheezy.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698