diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-07-14 19:14:52 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-07-14 19:14:52 +0000 |
commit | adfbdf37f22846b0de1467da6bc55926d07945c0 (patch) | |
tree | 7d864f0ba32c0fed07e3f70b23bd2ac70ca80395 /driver/Makefile | |
parent | 42c0a9e2b202b9dea986fe91c455ceb55e192043 (diff) |
No need to make openchrome dependant on libdrm
Diffstat (limited to 'driver/Makefile')
-rw-r--r-- | driver/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/driver/Makefile b/driver/Makefile index b0ac87f42..82a38f305 100644 --- a/driver/Makefile +++ b/driver/Makefile @@ -1,6 +1,4 @@ -# $OpenBSD: Makefile,v 1.61 2014/07/14 19:06:02 matthieu Exp $ - -.include <bsd.xconf.mk> +# $OpenBSD: Makefile,v 1.62 2014/07/14 19:14:51 matthieu Exp $ INPUT_DRV_DEFAULT= \ xf86-input-keyboard \ @@ -55,17 +53,13 @@ VIDEO_DRV_amd64= \ 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-r128 \ + xf86-video-nv xf86-video-openchrome xf86-video-r128 \ xf86-video-rendition xf86-video-s3 \ xf86-video-s3virge xf86-video-savage xf86-video-siliconmotion \ xf86-video-sis xf86-video-tdfx xf86-video-trident \ xf86-video-tseng xf86-video-vesa xf86-video-vmware \ xf86-video-wsudl -.if ${XENOCARA_BUILD_GL:L} == "yes" -VIDEO_DRV_amd64+= xf86-video-openchrome -.endif - VIDEO_DRV_armish= \ xf86-video-wsfb xf86-video-wsudl |