replace LIBS with LIBDPLIBS. makes these actually link against drm_intel.
should fix a problem reported by snj@.
This commit is contained in:
parent
75eb9daa20
commit
9f817fe79f
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue