summaryrefslogtreecommitdiff
path: root/driver
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2014-04-13 10:41:01 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2014-04-13 10:41:01 +0000
commitdcc3ca20684d80d83b494cd6663d6948874c8ac2 (patch)
treee8c3c0c4677bcb847afd21a43f10eb716411573a /driver
parentc0442ee91cb54e12e1d34d636b1f359f669156fb (diff)
Link xf86-video-ast to the build on i386 and amd64.
Diffstat (limited to 'driver')
-rw-r--r--driver/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/driver/Makefile b/driver/Makefile
index 81647c548..284d1e870 100644
--- a/driver/Makefile
+++ b/driver/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.59 2014/03/18 22:37:29 miod Exp $
+# $OpenBSD: Makefile,v 1.60 2014/04/13 10:41:00 matthieu Exp $
INPUT_DRV_DEFAULT= \
xf86-input-keyboard \
@@ -49,8 +49,8 @@ INPUT_DRV= ${INPUT_DRV_DEFAULT}
VIDEO_DRV_alpha=
VIDEO_DRV_amd64= \
- xf86-video-apm xf86-video-ark xf86-video-ati xf86-video-chips \
- xf86-video-cirrus xf86-video-dummy xf86-video-glint \
+ xf86-video-apm xf86-video-ark xf86-video-ast xf86-video-ati \
+ xf86-video-chips xf86-video-cirrus xf86-video-dummy xf86-video-glint \
xf86-video-i128 xf86-video-intel xf86-video-mach64 \
xf86-video-mga xf86-video-neomagic \
xf86-video-nv xf86-video-openchrome xf86-video-r128 \