diff options
author | lambroslambrou@chromium.org <lambroslambrou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-14 19:10:46 +0000 |
---|---|---|
committer | lambroslambrou@chromium.org <lambroslambrou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-14 19:10:46 +0000 |
commit | e87a3031c0e2e2193b4c9fc6f0e21e3bf5df6633 (patch) | |
tree | 710cd8f13ef646f5ea19aaf1f4bb0816c77379a3 /remoting | |
parent | b6fc1e74c17ca21de435d7c5b3ed65bc89bbf149 (diff) | |
download | chromium_src-e87a3031c0e2e2193b4c9fc6f0e21e3bf5df6633.zip chromium_src-e87a3031c0e2e2193b4c9fc6f0e21e3bf5df6633.tar.gz chromium_src-e87a3031c0e2e2193b4c9fc6f0e21e3bf5df6633.tar.bz2 |
Split Xvfb-randr into separate package from Virtual Me2Me Debian package
Review URL: https://chromiumcodereview.appspot.com/10826227
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151530 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/host/installer/linux/Makefile | 1 | ||||
-rw-r--r-- | remoting/host/installer/linux/debian/control | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/remoting/host/installer/linux/Makefile b/remoting/host/installer/linux/Makefile index 375e575..608e0c9 100644 --- a/remoting/host/installer/linux/Makefile +++ b/remoting/host/installer/linux/Makefile @@ -24,6 +24,5 @@ install: $(BIN)/me2me_virtual_host install $(TOOLS)/gaia_auth.py -m 0644 $(SHARE) install $(TOOLS)/keygen.py -m 0644 $(SHARE) - install $(RELEASE)/Xvfb-randr -m 0755 $(BIN) install $(RELEASE)/remoting_host_keygen -m 0755 $(LIB) install $(RELEASE)/remoting_me2me_host -m 0755 $(LIB) diff --git a/remoting/host/installer/linux/debian/control b/remoting/host/installer/linux/debian/control index eeadea0..3023f18 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: python (>= 2.6), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} +Depends: xvfb-randr, python (>= 2.6), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} Suggests: google-chrome-stable | google-chrome-beta | google-chrome-unstable Description: Access your computer securely over the Internet. Chrome Remote Desktop allows you to securely access your computer remotely |