diff options
author | lambroslambrou@chromium.org <lambroslambrou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-08 00:30:54 +0000 |
---|---|---|
committer | lambroslambrou@chromium.org <lambroslambrou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-08 00:30:54 +0000 |
commit | 2cb88837e7c6f4d02df05fe680bcd94dc7807a9f (patch) | |
tree | c20f89094b2fe22f08b9b1d291e6266047d5da6e /remoting | |
parent | 4c115fb5e95eb60942284e1f662d1079bb335ea1 (diff) | |
download | chromium_src-2cb88837e7c6f4d02df05fe680bcd94dc7807a9f.zip chromium_src-2cb88837e7c6f4d02df05fe680bcd94dc7807a9f.tar.gz chromium_src-2cb88837e7c6f4d02df05fe680bcd94dc7807a9f.tar.bz2 |
Add dependency on gksu to Chromoting Debian package
BUG=223548
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/22582015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216332 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-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 a3fb4f5..1b2ba92 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, python (>= 2.6), python-psutil, ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} +Depends: xvfb-randr | xvfb, gksu, 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. |