diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2013-03-14 20:49:53 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2013-03-14 20:49:53 +0000 |
commit | 97b6935dc88a727ec4cef9353b5b1642d1e1c28b (patch) | |
tree | ef93ed5bbcbbe7fec0f91ce9c677f4f02d8b8d58 /driver/Makefile | |
parent | e773b7152214a07613a43019f87a6619dabc780d (diff) |
Build the X server on hp300 again. Tested on catseye.
Diffstat (limited to 'driver/Makefile')
-rw-r--r-- | driver/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/driver/Makefile b/driver/Makefile index be638bf85..ceda2b694 100644 --- a/driver/Makefile +++ b/driver/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.52 2012/08/11 09:56:55 matthieu Exp $ +# $OpenBSD: Makefile,v 1.53 2013/03/14 20:49:52 miod Exp $ INPUT_DRV_DEFAULT= \ xf86-input-keyboard \ @@ -16,7 +16,7 @@ INPUT_DRV_alpha= INPUT_DRV_amd64= ${INPUT_DRV_COMMON} xf86-input-synaptics xf86-input-vmmouse -INPUT_DRV_hp300= +INPUT_DRV_hp300= ${INPUT_DRV_DEFAULT} INPUT_DRV_hppa= ${INPUT_DRV_DEFAULT} @@ -62,7 +62,8 @@ VIDEO_DRV_amd64= \ VIDEO_DRV_armish= \ xf86-video-wsfb xf86-video-wsudl -VIDEO_DRV_hp300= +VIDEO_DRV_hp300= \ + xf86-video-wsfb VIDEO_DRV_hppa= \ xf86-video-wsfb \ |