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

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

Issue 2444473002: Add gtk3 dev files to sysroot (Closed)
Patch Set: Created 4 years, 2 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 DIST_UPDATES=wheezy-updates 10 DIST_UPDATES=wheezy-updates
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 libgnome-keyring-dev 83 libgnome-keyring-dev
84 libgnutls26 84 libgnutls26
85 libgnutls-dev 85 libgnutls-dev
86 libgnutls-openssl27 86 libgnutls-openssl27
87 libgnutlsxx27 87 libgnutlsxx27
88 libgomp1 88 libgomp1
89 libgpg-error0 89 libgpg-error0
90 libgpg-error-dev 90 libgpg-error-dev
91 libgssapi-krb5-2 91 libgssapi-krb5-2
92 libgssrpc4 92 libgssrpc4
93 libgtk-3-0
94 libgtk-3-dev
93 libgtk2.0-0 95 libgtk2.0-0
94 libgtk2.0-dev 96 libgtk2.0-dev
95 libk5crypto3 97 libk5crypto3
96 libkadm5clnt-mit8 98 libkadm5clnt-mit8
97 libkadm5srv-mit8 99 libkadm5srv-mit8
98 libkdb5-6 100 libkdb5-6
99 libkeyutils1 101 libkeyutils1
100 libkms1 102 libkms1
101 libkrb5-3 103 libkrb5-3
102 libkrb5-dev 104 libkrb5-dev
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 x11proto-xinerama-dev 197 x11proto-xinerama-dev
196 zlib1g 198 zlib1g
197 zlib1g-dev 199 zlib1g-dev
198 " 200 "
199 201
200 DEBIAN_PACKAGES_X86="libquadmath0 libdrm-intel1" 202 DEBIAN_PACKAGES_X86="libquadmath0 libdrm-intel1"
201 DEBIAN_PACKAGES_ARM="libdrm-omap1" 203 DEBIAN_PACKAGES_ARM="libdrm-omap1"
202 DEBIAN_PACKAGES_AMD64="" 204 DEBIAN_PACKAGES_AMD64=""
203 205
204 . ${SCRIPT_DIR}/sysroot-creator.sh 206 . ${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