Link against radeon_libdrm.
Re-enable building kms bits, ok mrg@.
This commit is contained in:
parent
73e4b5c06b
commit
2e4645adef
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.16 2014/07/27 23:24:19 mrg Exp $
|
||||
# $NetBSD: Makefile,v 1.17 2014/08/04 01:25:23 rjs Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
|
@ -18,10 +18,9 @@ CPPFLAGS+= ${X11FLAGS.DRI}
|
|||
|
||||
# XXX
|
||||
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
|
||||
.if 0
|
||||
SRCS.KMS= radeon_dri2.c radeon_kms.c drmmode_display.c radeon_vbo.c
|
||||
CPPFLAGS+= -DXF86DRM_MODE
|
||||
.endif
|
||||
LIBDPLIBS+= drm_radeon ${.CURDIR}/../../../lib/libdrm_radeon
|
||||
.endif
|
||||
|
||||
SRCS.EXA= radeon_exa.c r600_exa.c r6xx_accel.c \
|
||||
|
|
Loading…
Reference in New Issue