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

Side by Side Diff: build/linux/sysroot_scripts/sysroot-creator-jessie.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=$(cd $(dirname $0) && pwd) 6 SCRIPT_DIR=$(cd $(dirname $0) && pwd)
7 7
8 DISTRO=debian 8 DISTRO=debian
9 DIST=jessie 9 DIST=jessie
10 PACKAGES_EXT=xz 10 PACKAGES_EXT=xz
(...skipping 17 matching lines...) Expand all
28 DEBIAN_PACKAGES="\ 28 DEBIAN_PACKAGES="\
29 comerr-dev 29 comerr-dev
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 libattr1 35 libattr1
36 libavahi-client3 36 libavahi-client3
37 libavahi-common3 37 libavahi-common3
38 libbluetooth3
39 libbluetooth-dev
38 libbrlapi0.6 40 libbrlapi0.6
39 libbrlapi-dev 41 libbrlapi-dev
40 libc6 42 libc6
41 libc6-dev 43 libc6-dev
42 libcairo2 44 libcairo2
43 libcairo2-dev 45 libcairo2-dev
44 libcairo-gobject2 46 libcairo-gobject2
45 libcairo-script-interpreter2 47 libcairo-script-interpreter2
46 libcap-dev 48 libcap-dev
47 libcap2 49 libcap2
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 libdatrie1 230 libdatrie1
229 libgmp10 231 libgmp10
230 libgraphite2-3 232 libgraphite2-3
231 libhogweed2 233 libhogweed2
232 libitm1 234 libitm1
233 libnettle4 235 libnettle4
234 libthai0 236 libthai0
235 " 237 "
236 238
237 . ${SCRIPT_DIR}/sysroot-creator.sh 239 . ${SCRIPT_DIR}/sysroot-creator.sh
OLDNEW
« no previous file with comments | « build/linux/sysroot_scripts/packagelist.wheezy.mipsel ('k') | build/linux/sysroot_scripts/sysroot-creator-trusty.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698