From 9dc4bed9621fc35881f6e1f59c09c91b0deaf9bb Mon Sep 17 00:00:00 2001 From: "ajwong@chromium.org" Date: Thu, 4 Nov 2010 19:23:30 +0000 Subject: Add a dependency on the XTest extension. This is needed for implementation of the host side of Chromoting for X11 so that we can synthesize user input events. BUG=none TEST=none Review URL: http://codereview.chromium.org/4112006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65094 0039d316-1c4b-4281-b951-d872f2087c98 --- build/install-build-deps.sh | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'build/install-build-deps.sh') diff --git a/build/install-build-deps.sh b/build/install-build-deps.sh index 41289cf..3ed5513 100755 --- a/build/install-build-deps.sh +++ b/build/install-build-deps.sh @@ -106,9 +106,10 @@ dev_list="apache2 bison fakeroot flex g++ gperf libapache2-mod-php5 libgconf2-dev libgl1-mesa-dev libglu1-mesa-dev libglib2.0-dev libgnome-keyring-dev libgtk2.0-dev libjpeg62-dev libnspr4-dev libnss3-dev libpam0g-dev libsqlite3-dev libxslt1-dev libxss-dev - lighttpd mesa-common-dev msttcorefonts patch perl php5-cgi pkg-config - python python-dev rpm subversion ttf-dejavu-core ttf-kochi-gothic - ttf-kochi-mincho wdiff libcurl4-gnutls-dev $chromeos_dev_list" + libxtst-dev lighttpd mesa-common-dev msttcorefonts patch perl + php5-cgi pkg-config python python-dev rpm subversion ttf-dejavu-core + ttf-kochi-gothic ttf-kochi-mincho wdiff libcurl4-gnutls-dev + $chromeos_dev_list" # Run-time libraries required by chromeos only chromeos_lib_list="libpulse0 libbz2-1.0 libcurl4-gnutls-dev" @@ -119,7 +120,8 @@ lib_list="libatk1.0-0 libc6 libasound2 libcairo2 libdbus-glib-1-2 libexpat1 libnspr4-0d libnss3-1d libpango1.0-0 libpcre3 libpixman-1-0 libpng12-0 libstdc++6 libsqlite3-0 libx11-6 libxau6 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxdmcp6 libxext6 libxfixes3 libxi6 - libxinerama1 libxrandr2 libxrender1 zlib1g $chromeos_lib_list" + libxinerama1 libxrandr2 libxrender1 libxtst6 zlib1g + $chromeos_lib_list" # Debugging symbols for all of the run-time libraries dbg_list="libatk1.0-dbg libc6-dbg libcairo2-dbg @@ -128,7 +130,7 @@ dbg_list="libatk1.0-dbg libc6-dbg libcairo2-dbg libx11-6-dbg libxau6-dbg libxcb1-dbg libxcomposite1-dbg libxcursor1-dbg libxdamage1-dbg libxdmcp6-dbg libxext6-dbg libxfixes3-dbg libxi6-dbg libxinerama1-dbg libxrandr2-dbg - libxrender1-dbg zlib1g-dbg" + libxrender1-dbg libxtst6-dbg zlib1g-dbg" # CUPS package changed its name from hardy to the next version. Include # proper package here depending on the system. -- cgit v1.1