diff options
author | Kenji Aoyama <aoyama@cvs.openbsd.org> | 2013-07-15 13:23:18 +0000 |
---|---|---|
committer | Kenji Aoyama <aoyama@cvs.openbsd.org> | 2013-07-15 13:23:18 +0000 |
commit | 3a2a61063bb13507d6208279c6b7a501cd8fb92c (patch) | |
tree | f5379ce4b6613ec2491ff7aad55d9df4ba0d707b /driver/Makefile | |
parent | b4f39054fecc9c1ed59eb10c005f2af4d127baf6 (diff) |
Add monochrome X server support for luna88k.
Some luna88k specific quirks are needed in
driver/xf86-video-wsfb/src/wsfb_driver.c for now.
ok matthieu@
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 6b70be272..a8dab04a1 100644 --- a/driver/Makefile +++ b/driver/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.54 2013/03/16 01:24:43 aoyama Exp $ +# $OpenBSD: Makefile,v 1.55 2013/07/15 13:23:17 aoyama Exp $ INPUT_DRV_DEFAULT= \ xf86-input-keyboard \ @@ -26,7 +26,7 @@ INPUT_DRV_landisk= INPUT_DRV_loongson= ${INPUT_DRV_DEFAULT} -INPUT_DRV_luna88k= +INPUT_DRV_luna88k= ${INPUT_DRV_DEFAULT} INPUT_DRV_macppc= ${INPUT_DRV_COMMON} @@ -82,7 +82,8 @@ VIDEO_DRV_landisk= VIDEO_DRV_loongson= \ xf86-video-wsfb -VIDEO_DRV_luna88k= +VIDEO_DRV_luna88k= \ + xf86-video-wsfb VIDEO_DRV_macppc= \ xf86-video-ati xf86-video-mach64 xf86-video-nv xf86-video-r128 \ |