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

Unified Diff: build/install-build-deps.sh

Issue 17345: Add one more library, libgio-2.0. base_unittests won't link without it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/install-build-deps.sh
===================================================================
--- build/install-build-deps.sh (revision 7865)
+++ build/install-build-deps.sh (working copy)
@@ -69,7 +69,7 @@
# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=492453
# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=497087
cd /usr/lib32
- for lib in gdk-x11-2.0 atk-1.0 gdk_pixbuf-2.0 \
+ for lib in gio-2.0 gdk-x11-2.0 atk-1.0 gdk_pixbuf-2.0 \
pangocairo-1.0 pango-1.0 pangoft2-1.0 \
gobject-2.0 gmodule-2.0 glib-2.0 gtk-x11-2.0; do
sudo ln -s -f lib$lib.so.0 lib$lib.so
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698