diff options
author | lambroslambrou@chromium.org <lambroslambrou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-12 19:07:57 +0000 |
---|---|---|
committer | lambroslambrou@chromium.org <lambroslambrou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-12 19:07:57 +0000 |
commit | 62c3bbcf8163fc27d1d5654c0536947fe0dfcb9d (patch) | |
tree | ab97fa1fc2b3cc8c57e8d67056054010b3ff9bd5 /remoting/host | |
parent | 07c6820ac98ec80f94ef0d746e5bf600f3959a05 (diff) | |
download | chromium_src-62c3bbcf8163fc27d1d5654c0536947fe0dfcb9d.zip chromium_src-62c3bbcf8163fc27d1d5654c0536947fe0dfcb9d.tar.gz chromium_src-62c3bbcf8163fc27d1d5654c0536947fe0dfcb9d.tar.bz2 |
Add dependency to Chromoting debian package on X11 utilities
This is needed since the Python script runs these programs:
/usr/bin/xrandr
/usr/bin/xdpyinfo
/usr/bin/xauth
BUG=271574
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/22854007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217048 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host')
-rw-r--r-- | remoting/host/installer/linux/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/installer/linux/debian/control b/remoting/host/installer/linux/debian/control index 1b2ba92..1daa265 100644 --- a/remoting/host/installer/linux/debian/control +++ b/remoting/host/installer/linux/debian/control @@ -12,7 +12,7 @@ Homepage: https://chrome.google.com/remotedesktop Package: chrome-remote-desktop Architecture: any -Depends: xvfb-randr | xvfb, gksu, python (>= 2.6), python-psutil, ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} +Depends: xvfb-randr | xvfb, gksu, xbase-clients, python (>= 2.6), python-psutil, ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} Recommends: xvfb-randr Suggests: google-chrome-stable | google-chrome-beta | google-chrome-unstable Description: Access your computer securely over the Internet. |