Skip to content

Commit

Permalink
fix dependencies for Ubuntu: we use Xvfb there
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@10140 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Jul 30, 2015
1 parent 5ab4c6b commit bf360f5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
,python-gtk2
,x11-xserver-utils
,xserver-xorg-video-dummy
#we need a vfb: either Xdummy (Debian) or Xvfb (Ubuntu breaks Xorg tty access)
#jessie:,xserver-xorg-video-dummy
#stretch:,xserver-xorg-video-dummy
#trusty:,xvfb
#vivid: ,Xvfb
# for opengl support:
,python-gtkglext1
,python-opengl
Expand Down

0 comments on commit bf360f5

Please sign in to comment.