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

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

Issue 1464123002: Add libffi-dev and libdrm-dev to linux sysroot image (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/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=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
11 REPO_BASEDIR="${APT_REPO}/dists/${DIST}" 11 REPO_BASEDIR="${APT_REPO}/dists/${DIST}"
12 KEYRING_FILE=/usr/share/keyrings/debian-archive-keyring.gpg 12 KEYRING_FILE=/usr/share/keyrings/debian-archive-keyring.gpg
13 13
14 # Sysroot packages: these are the packages needed to build chrome. 14 # Sysroot packages: these are the packages needed to build chrome.
15 # NOTE: When DEBIAN_PACKAGES is modified, the packagelist files must be updated 15 # NOTE: When DEBIAN_PACKAGES is modified, the packagelist files must be updated
16 # by running this script in GeneratePackageList mode. 16 # by running this script in GeneratePackageList mode.
17 DEBIAN_PACKAGES="\ 17 DEBIAN_PACKAGES="\
18 comerr-dev \ 18 comerr-dev
19 gcc-4.6 \ 19 gcc-4.6
20 krb5-multidev \ 20 krb5-multidev
21 libasound2 \ 21 libasound2
22 libasound2-dev \ 22 libasound2-dev
23 libatk1.0-0 \ 23 libatk1.0-0
24 libatk1.0-dev \ 24 libatk1.0-dev
25 libattr1 \ 25 libattr1
26 libavahi-client3 \ 26 libavahi-client3
27 libavahi-common3 \ 27 libavahi-common3
28 libc6 \ 28 libc6
29 libc6-dev \ 29 libc6-dev
30 libcairo2 \ 30 libcairo2
31 libcairo2-dev \ 31 libcairo2-dev
32 libcairo-gobject2 \ 32 libcairo-gobject2
33 libcairo-script-interpreter2 \ 33 libcairo-script-interpreter2
34 libcap-dev \ 34 libcap-dev
35 libcap2 \ 35 libcap2
36 libcomerr2 \ 36 libcomerr2
37 libcups2 \ 37 libcups2
38 libcups2-dev \ 38 libcups2-dev
39 libdbus-1-3 \ 39 libdbus-1-3
40 libdbus-1-dev \ 40 libdbus-1-dev
41 libdbus-glib-1-2 \ 41 libdbus-glib-1-2
42 libdrm2 \ 42 libdrm2
43 libelf1 \ 43 libdrm-dev
44 libelf-dev \ 44 libdrm-nouveau1a
45 libexif12 \ 45 libdrm-radeon1
46 libexif-dev \ 46 libelf1
47 libexpat1 \ 47 libelf-dev
48 libexpat1-dev \ 48 libexif12
49 libffi5 \ 49 libexif-dev
50 libfontconfig1 \ 50 libexpat1
51 libfontconfig1-dev \ 51 libexpat1-dev
52 libfreetype6 \ 52 libffi5
53 libfreetype6-dev \ 53 libffi-dev
54 libgcc1 \ 54 libfontconfig1
55 libgconf-2-4 \ 55 libfontconfig1-dev
56 libgconf2-4 \ 56 libfreetype6
57 libgconf2-dev \ 57 libfreetype6-dev
58 libgcrypt11 \ 58 libgcc1
59 libgcrypt11-dev \ 59 libgconf-2-4
60 libgdk-pixbuf2.0-0 \ 60 libgconf2-4
61 libgdk-pixbuf2.0-dev \ 61 libgconf2-dev
62 libgl1-mesa-dev \ 62 libgcrypt11
63 libgl1-mesa-glx \ 63 libgcrypt11-dev
64 libglapi-mesa \ 64 libgdk-pixbuf2.0-0
65 libglib2.0-0 \ 65 libgdk-pixbuf2.0-dev
66 libglib2.0-dev \ 66 libgl1-mesa-dev
67 libgnome-keyring0 \ 67 libgl1-mesa-glx
68 libgnome-keyring-dev \ 68 libglapi-mesa
69 libgnutls26 \ 69 libglib2.0-0
70 libgnutls-dev \ 70 libglib2.0-dev
71 libgnutls-openssl27 \ 71 libgnome-keyring0
72 libgnutlsxx27 \ 72 libgnome-keyring-dev
73 libgomp1 \ 73 libgnutls26
74 libgpg-error0 \ 74 libgnutls-dev
75 libgpg-error-dev \ 75 libgnutls-openssl27
76 libgssapi-krb5-2 \ 76 libgnutlsxx27
77 libgssrpc4 \ 77 libgomp1
78 libgtk2.0-0 \ 78 libgpg-error0
79 libgtk2.0-dev \ 79 libgpg-error-dev
80 libk5crypto3 \ 80 libgssapi-krb5-2
81 libkadm5clnt-mit8 \ 81 libgssrpc4
82 libkadm5srv-mit8 \ 82 libgtk2.0-0
83 libkdb5-6 \ 83 libgtk2.0-dev
84 libkeyutils1 \ 84 libk5crypto3
85 libkrb5-3 \ 85 libkadm5clnt-mit8
86 libkrb5-dev \ 86 libkadm5srv-mit8
87 libkrb5support0 \ 87 libkdb5-6
88 libnspr4 \ 88 libkeyutils1
89 libnspr4-dev \ 89 libkms1
90 libnss3 \ 90 libkrb5-3
91 libnss3-dev \ 91 libkrb5-dev
92 libnss-db \ 92 libkrb5support0
93 liborbit2 \ 93 libnspr4
94 libp11-2 \ 94 libnspr4-dev
95 libp11-kit0 \ 95 libnss3
96 libpam0g \ 96 libnss3-dev
97 libpam0g-dev \ 97 libnss-db
98 libpango1.0-0 \ 98 liborbit2
99 libpango1.0-dev \ 99 libp11-2
100 libpci3 \ 100 libp11-kit0
101 libpci-dev \ 101 libpam0g
102 libpcre3 \ 102 libpam0g-dev
103 libpcre3-dev \ 103 libpango1.0-0
104 libpcrecpp0 \ 104 libpango1.0-dev
105 libpixman-1-0 \ 105 libpci3
106 libpixman-1-dev \ 106 libpci-dev
107 libpng12-0 \ 107 libpcre3
108 libpng12-dev \ 108 libpcre3-dev
109 libpulse0 \ 109 libpcrecpp0
110 libpulse-dev \ 110 libpixman-1-0
111 libpulse-mainloop-glib0 \ 111 libpixman-1-dev
112 libselinux1 \ 112 libpng12-0
113 libspeechd2 \ 113 libpng12-dev
114 libspeechd-dev \ 114 libpulse0
115 libssl1.0.0 \ 115 libpulse-dev
116 libssl-dev \ 116 libpulse-mainloop-glib0
117 libstdc++6 \ 117 libselinux1
118 libstdc++6-4.6-dev \ 118 libspeechd2
119 libtasn1-3 \ 119 libspeechd-dev
120 libx11-6 \ 120 libssl1.0.0
121 libx11-dev \ 121 libssl-dev
122 libx11-xcb1 \ 122 libstdc++6
123 libxau6 \ 123 libstdc++6-4.6-dev
124 libxau-dev \ 124 libtasn1-3
125 libxcb1 \ 125 libx11-6
126 libxcb1-dev \ 126 libx11-dev
127 libxcb-glx0 \ 127 libx11-xcb1
128 libxcb-render0 \ 128 libxau6
129 libxcb-render0-dev \ 129 libxau-dev
130 libxcb-shm0 \ 130 libxcb1
131 libxcb-shm0-dev \ 131 libxcb1-dev
132 libxcomposite1 \ 132 libxcb-glx0
133 libxcomposite-dev \ 133 libxcb-render0
134 libxcursor1 \ 134 libxcb-render0-dev
135 libxcursor-dev \ 135 libxcb-shm0
136 libxdamage1 \ 136 libxcb-shm0-dev
137 libxdamage-dev \ 137 libxcomposite1
138 libxdmcp6 \ 138 libxcomposite-dev
139 libxext6 \ 139 libxcursor1
140 libxext-dev \ 140 libxcursor-dev
141 libxfixes3 \ 141 libxdamage1
142 libxfixes-dev \ 142 libxdamage-dev
143 libxi6 \ 143 libxdmcp6
144 libxi-dev \ 144 libxext6
145 libxinerama1 \ 145 libxext-dev
146 libxinerama-dev \ 146 libxfixes3
147 libxrandr2 \ 147 libxfixes-dev
148 libxrandr-dev \ 148 libxi6
149 libxrender1 \ 149 libxi-dev
150 libxrender-dev \ 150 libxinerama1
151 libxss1 \ 151 libxinerama-dev
152 libxss-dev \ 152 libxrandr2
153 libxt6 \ 153 libxrandr-dev
154 libxt-dev \ 154 libxrender1
155 libxtst6 \ 155 libxrender-dev
156 libxtst-dev \ 156 libxss1
157 libxxf86vm1 \ 157 libxss-dev
158 linux-libc-dev \ 158 libxt6
159 mesa-common-dev \ 159 libxt-dev
160 speech-dispatcher \ 160 libxtst6
161 x11proto-composite-dev \ 161 libxtst-dev
162 x11proto-core-dev \ 162 libxxf86vm1
163 x11proto-damage-dev \ 163 linux-libc-dev
164 x11proto-fixes-dev \ 164 mesa-common-dev
165 x11proto-input-dev \ 165 speech-dispatcher
166 x11proto-kb-dev \ 166 x11proto-composite-dev
167 x11proto-randr-dev \ 167 x11proto-core-dev
168 x11proto-record-dev \ 168 x11proto-damage-dev
169 x11proto-render-dev \ 169 x11proto-fixes-dev
170 x11proto-scrnsaver-dev \ 170 x11proto-input-dev
171 x11proto-xext-dev \ 171 x11proto-kb-dev
172 zlib1g \ 172 x11proto-randr-dev
173 zlib1g-dev" 173 x11proto-record-dev
174 x11proto-render-dev
175 x11proto-scrnsaver-dev
176 x11proto-xext-dev
177 zlib1g
178 zlib1g-dev
179 "
174 180
175 DEBIAN_PACKAGES_X86="libquadmath0" 181 DEBIAN_PACKAGES_X86="libquadmath0 libdrm-intel1"
182 DEBIAN_PACKAGES_ARM="libdrm-omap1"
176 183
177 . ${SCRIPT_DIR}/sysroot-creator.sh 184 . ${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