Module Name:    src
Committed By:   mrg
Date:           Thu Aug 18 08:06:53 UTC 2016

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
x11: add amdgpu driver, libepoxy and remove radeonhd driver


To generate a diff of this commit:
cvs rdiff -u -r1.941 -r1.942 src/share/mk/bsd.own.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.941 src/share/mk/bsd.own.mk:1.942
--- src/share/mk/bsd.own.mk:1.941	Tue Aug 16 01:03:07 2016
+++ src/share/mk/bsd.own.mk	Thu Aug 18 08:06:53 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.941 2016/08/16 01:03:07 mrg Exp $
+#	$NetBSD: bsd.own.mk,v 1.942 2016/08/18 08:06:53 mrg Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -1375,7 +1375,7 @@ X11SRCDIRMIT?=		${X11SRCDIR}/external/mi
 	FS ICE SM X11 XScrnSaver XTrap Xau Xcomposite Xcursor Xdamage \
 	Xdmcp Xevie Xext Xfixes Xfont Xft Xi Xinerama Xmu Xpresent Xpm \
 	Xrandr Xrender Xres Xt Xtst Xv XvMC Xxf86dga Xxf86misc Xxf86vm drm \
-	fontenc xkbfile xkbui Xaw Xfontcache pciaccess xcb xshmfence \
+	epoxy fontenc xkbfile xkbui Xaw Xfontcache pciaccess xcb xshmfence \
 	pthread-stubs
 X11SRCDIR.${_lib}?=		${X11SRCDIRMIT}/lib${_lib}/dist
 .endfor
@@ -1435,11 +1435,11 @@ X11SRCDIR.xf86-input-${_i}?=	${X11SRCDIR
 .endfor
 
 .for _v in \
-	ag10e apm ark ast ati ati-kms chips cirrus crime \
+	ag10e amdgpu apm ark ast ati ati-kms chips cirrus crime \
 	geode glint i128 i740 igs imstt intel intel-old \
 	modesetting mach64 mga \
 	neomagic newport nouveau nsc nv nvxbox openchrome pnozz \
-	r128 radeonhd rendition \
+	r128 rendition \
 	s3 s3virge savage siliconmotion sis suncg14 \
 	suncg6 sunffb sunleo suntcx \
 	tdfx tga trident tseng vesa vga vmware wsfb xgi

Reply via email to