link in libOSMesa as well.
This commit is contained in:
parent
9f817fe79f
commit
ff65ddb460
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.5 2010/01/12 00:57:45 mrg Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2010/01/12 03:56:17 mrg Exp $
|
||||
|
||||
MODULE= i915
|
||||
|
||||
|
@ -59,5 +59,6 @@ SRCS= \
|
|||
CPPFLAGS+= -DI915 -DDRM_VBLANK_FLIP=DRM_VBLANK_FLIP
|
||||
|
||||
LIBDPLIBS+= drm_intel ${.CURDIR}/../../libdrm_intel
|
||||
LIBDPLIBS+= OSMesa ${.CURDIR}/../../libOSMesa
|
||||
|
||||
.include "${.CURDIR}/../dri.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.7 2010/01/12 00:57:45 mrg Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2010/01/12 03:56:17 mrg Exp $
|
||||
|
||||
MODULE= i965
|
||||
|
||||
|
@ -90,5 +90,6 @@ SRCS= \
|
|||
COPTS.brw_draw_upload.c= -Wno-error
|
||||
|
||||
LIBDPLIBS+= drm_intel ${.CURDIR}/../../libdrm_intel
|
||||
LIBDPLIBS+= OSMesa ${.CURDIR}/../../libOSMesa
|
||||
|
||||
.include "${.CURDIR}/../dri.mk"
|
||||
|
|
Loading…
Reference in New Issue