71e47998c8
routines, currently used (at least) by xorg-server>=1.4 and cairo>=1.5. Presently, nothing depends on this library, but probably will soon. Also, those building their own Xorg servers will need this.
19 lines
561 B
Makefile
19 lines
561 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2007/11/08 19:51:43 bjs Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
PIXMAN_BUILDLINK3_MK:= ${PIXMAN_BUILDLINK3_MK}+
|
|
|
|
.if ${BUILDLINK_DEPTH} == "+"
|
|
BUILDLINK_DEPENDS+= pixman
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Npixman}
|
|
BUILDLINK_PACKAGES+= pixman
|
|
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}pixman
|
|
|
|
.if ${PIXMAN_BUILDLINK3_MK} == "+"
|
|
BUILDLINK_API_DEPENDS.pixman+= pixman>=0.9.6
|
|
BUILDLINK_PKGSRCDIR.pixman?= ../../x11/pixman
|
|
.endif # PIXMAN_BUILDLINK3_MK
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|