pkgsrc/x11/libdrm/buildlink3.mk
bjs 7657825b67 Update to libdrm-2.3.1. There is no up-to-date ChangeLog in the package
whatsoever, so I cannot include a list here (see GIT history if
you're curious).

NOTE: This version of libdrm no longer includes the TTM interface.
      If any [xorg/mesa] packages are updated to versions explicitly requiring
      libdrm-2.3.1, then BUILDLINK_API_DEPENDS for this package will
      need to be changed.  Also, the i915tex dri driver found in
      graphics/MesaLib will not build with this version--but nor was it
      supported on any platform except Linux.  I have remove i915tex
      from the MesaLib driver build; this should be enough to avoid problems.
2008-07-16 06:41:17 +00:00

27 lines
901 B
Makefile

# $NetBSD: buildlink3.mk,v 1.3 2008/07/16 06:41:17 bjs Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
LIBDRM_BUILDLINK3_MK:= ${LIBDRM_BUILDLINK3_MK}+
.if ${BUILDLINK_DEPTH} == "+"
BUILDLINK_DEPENDS+= libdrm
.endif
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibdrm}
BUILDLINK_PACKAGES+= libdrm
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libdrm
.if ${LIBDRM_BUILDLINK3_MK} == "+"
BUILDLINK_API_DEPENDS.libdrm+= libdrm>=2.3.0
###
### XXX Explicitly required by (at least) Mesa 7.1, which is nearing release.
### Upon updating pkgsrc Mesa to 7.1 and/orr xorg-server to a version which
### requires libdrm-2.3.1, BUILDLINK_API_DEPENDS should be increased
### and a recursive dependency bump performed.
### [bjs 20080714]
###
#BUILDLINK_API_DEPENDS.libdrm+= libdrm>=2.3.1
BUILDLINK_PKGSRCDIR.libdrm?= ../../x11/libdrm
.endif # LIBDRM_BUILDLINK3_MK
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}