From 37cf374b9d420059775d6a754a1e4e1602d45b8c Mon Sep 17 00:00:00 2001 From: matthieu Date: Sun, 13 Apr 2014 10:41:00 +0000 Subject: [PATCH] Link xf86-video-ast to the build on i386 and amd64. --- driver/Makefile | 6 +++--- 1 file 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 \