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

Side by Side Diff: third_party/xvfb/building/install-prereq

Issue 9592018: Update the build artifacts & instructions from a cleaner system. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/
Patch Set: Created 8 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « third_party/xvfb/64bit/libllvmpipe.so ('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 (c) 2012 The Chromium Authors. All rights reserved. 2 # Copyright (c) 2012 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 # This is a convenience for installing prerequisites that seem to be often 6 # This is a convenience for installing prerequisites that seem to be often
7 # missing. 7 # missing.
8 8
9 PPATH=/usr/lib/pkgconfig 9 PPATH=/usr/lib/pkgconfig
10 LPATH="$(pwd)" 10 LPATH="$(pwd)"
(...skipping 24 matching lines...) Expand all
35 getxfromy xineramaproto x11proto-xinerama-dev 35 getxfromy xineramaproto x11proto-xinerama-dev
36 getxfromy pciaccess libpciaccess-dev 36 getxfromy pciaccess libpciaccess-dev
37 getxfromy gl libgl1-mesa-dev 37 getxfromy gl libgl1-mesa-dev
38 getxfromy glproto x11proto-gl-dev 38 getxfromy glproto x11proto-gl-dev
39 getxfromy xf86driproto x11proto-xf86dri-dev 39 getxfromy xf86driproto x11proto-xf86dri-dev
40 getxfromy fontenc libfontenc-dev 40 getxfromy fontenc libfontenc-dev
41 getxfromy makedepend xutils-dev 41 getxfromy makedepend xutils-dev
42 getxfromy talloc libfontenc-dev 42 getxfromy talloc libfontenc-dev
43 getxfromy autoconf autoconf 43 getxfromy autoconf autoconf
44 getxfromy libtool libtool 44 getxfromy libtool libtool
45 getxfromy ffi ffi-dev 45 getxfromy ffi libffi-dev
46 getxfromy /usr/bin/llvm-config llvm-dev 46 getxfromy /usr/bin/llvm-config llvm-dev
OLDNEW
« no previous file with comments | « third_party/xvfb/64bit/libllvmpipe.so ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698