replace LIBS with LIBDPLIBS. makes these actually link against drm_intel.

should fix a problem reported by snj@.
This commit is contained in:
mrg 2010-01-12 00:57:45 +00:00
parent 75eb9daa20
commit 9f817fe79f
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2009/11/09 02:38:24 mrg Exp $
# $NetBSD: Makefile,v 1.5 2010/01/12 00:57:45 mrg Exp $
MODULE= i915
@ -58,6 +58,6 @@ SRCS= \
CPPFLAGS+= -DI915 -DDRM_VBLANK_FLIP=DRM_VBLANK_FLIP
LIBS+= -ldrm_intel
LIBDPLIBS+= drm_intel ${.CURDIR}/../../libdrm_intel
.include "${.CURDIR}/../dri.mk"

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.6 2010/01/10 17:35:33 mrg Exp $
# $NetBSD: Makefile,v 1.7 2010/01/12 00:57:45 mrg Exp $
MODULE= i965
@ -89,6 +89,6 @@ SRCS= \
COPTS.brw_draw_upload.c= -Wno-error
LIBS+= -ldrm_intel
LIBDPLIBS+= drm_intel ${.CURDIR}/../../libdrm_intel
.include "${.CURDIR}/../dri.mk"