~ubuntu-branches/ubuntu/wily/xorg/wily

« back to all changes in this revision

Viewing changes to debian/scripts/vars.armhf

  • Committer: Package Import Robot
  • Author(s): Maarten Lankhorst
  • Date: 2015-03-09 11:51:24 UTC
  • Revision ID: package-import@ubuntu.com-20150309115124-2gvv2bn6xyd6c7y4
Tags: 1:7.7+7ubuntu3
* Modesetting has been removed, remove from vars.
* Do not require vesa on armhf, only fbdev is useful.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
# debian/scripts (Bourne shell).
6
6
XSERVER_XORG_VIDEO_DEPENDS="\
7
7
        xserver-xorg-video-fbdev, \
8
 
        xserver-xorg-video-modesetting, \
9
 
        xserver-xorg-video-vesa, \
10
8
"
11
9
 
12
10
XSERVER_XORG_INPUT_DEPENDS="xserver-xorg-input-evdev, \