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

Side by Side Diff: build/linux/sysroot_scripts/sysroot-creator-precise.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
OLDNEW
1 #!/bin/bash 1 #!/bin/bash
2 # Copyright 2016 The Chromium Authors. All rights reserved. 2 # Copyright 2016 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=precise 9 DIST=precise
10 DIST_UPDATES=precise-updates 10 DIST_UPDATES=precise-updates
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 libgnome-keyring-dev 86 libgnome-keyring-dev
87 libgnutls26 87 libgnutls26
88 libgnutls-dev 88 libgnutls-dev
89 libgnutls-openssl27 89 libgnutls-openssl27
90 libgnutlsxx27 90 libgnutlsxx27
91 libgomp1 91 libgomp1
92 libgpg-error0 92 libgpg-error0
93 libgpg-error-dev 93 libgpg-error-dev
94 libgssapi-krb5-2 94 libgssapi-krb5-2
95 libgssrpc4 95 libgssrpc4
96 libgtk-3-0
97 libgtk-3-dev
96 libgtk2.0-0 98 libgtk2.0-0
97 libgtk2.0-dev 99 libgtk2.0-dev
98 libk5crypto3 100 libk5crypto3
99 libkadm5clnt-mit8 101 libkadm5clnt-mit8
100 libkadm5srv-mit8 102 libkadm5srv-mit8
101 libkdb5-6 103 libkdb5-6
102 libkeyutils1 104 libkeyutils1
103 libkms1 105 libkms1
104 libkrb5-3 106 libkrb5-3
105 libkrb5-dev 107 libkrb5-dev
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 x11proto-scrnsaver-dev 196 x11proto-scrnsaver-dev
195 x11proto-xext-dev 197 x11proto-xext-dev
196 zlib1g 198 zlib1g
197 zlib1g-dev 199 zlib1g-dev
198 " 200 "
199 201
200 DEBIAN_PACKAGES_X86="libquadmath0" 202 DEBIAN_PACKAGES_X86="libquadmath0"
201 DEBIAN_PACKAGES_ARM="libdrm-omap1" 203 DEBIAN_PACKAGES_ARM="libdrm-omap1"
202 204
203 . ${SCRIPT_DIR}/sysroot-creator.sh 205 . ${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-trusty.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698