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

Side by Side Diff: build/linux/sysroot_scripts/sysroot-creator-wheezy.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
« no previous file with comments | « build/linux/sysroot_scripts/sysroot-creator-trusty.sh ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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=wheezy 9 DIST=wheezy
10 APT_REPO=http://http.us.debian.org/debian 10 APT_REPO=http://http.us.debian.org/debian
(...skipping 12 matching lines...) Expand all
23 comerr-dev 23 comerr-dev
24 gcc-4.6 24 gcc-4.6
25 krb5-multidev 25 krb5-multidev
26 libasound2 26 libasound2
27 libasound2-dev 27 libasound2-dev
28 libatk1.0-0 28 libatk1.0-0
29 libatk1.0-dev 29 libatk1.0-dev
30 libattr1 30 libattr1
31 libavahi-client3 31 libavahi-client3
32 libavahi-common3 32 libavahi-common3
33 libbluetooth3
34 libbluetooth-dev
33 libbrlapi0.5 35 libbrlapi0.5
34 libbrlapi-dev 36 libbrlapi-dev
35 libc6 37 libc6
36 libc6-dev 38 libc6-dev
37 libcairo2 39 libcairo2
38 libcairo2-dev 40 libcairo2-dev
39 libcairo-gobject2 41 libcairo-gobject2
40 libcairo-script-interpreter2 42 libcairo-script-interpreter2
41 libcap-dev 43 libcap-dev
42 libcap2 44 libcap2
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 x11proto-xinerama-dev 189 x11proto-xinerama-dev
188 zlib1g 190 zlib1g
189 zlib1g-dev 191 zlib1g-dev
190 " 192 "
191 193
192 DEBIAN_PACKAGES_X86="libquadmath0 libdrm-intel1" 194 DEBIAN_PACKAGES_X86="libquadmath0 libdrm-intel1"
193 DEBIAN_PACKAGES_ARM="libdrm-omap1" 195 DEBIAN_PACKAGES_ARM="libdrm-omap1"
194 DEBIAN_PACKAGES_AMD64="" 196 DEBIAN_PACKAGES_AMD64=""
195 197
196 . ${SCRIPT_DIR}/sysroot-creator.sh 198 . ${SCRIPT_DIR}/sysroot-creator.sh
OLDNEW
« no previous file with comments | « build/linux/sysroot_scripts/sysroot-creator-trusty.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698