fccf08dfa6
* pixman_region32_clear() is implemented in 0.25.2 or later. It is required by firefox-29.0.
13 lines
342 B
Makefile
13 lines
342 B
Makefile
# $NetBSD: buildlink3.mk,v 1.5 2014/05/04 22:06:34 ryoon Exp $
|
|
|
|
BUILDLINK_TREE+= pixman
|
|
|
|
.if !defined(PIXMAN_BUILDLINK3_MK)
|
|
PIXMAN_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.pixman+= pixman>=0.25.2
|
|
BUILDLINK_ABI_DEPENDS.pixman+= pixman>=0.25.2
|
|
BUILDLINK_PKGSRCDIR.pixman?= ../../x11/pixman
|
|
.endif # PIXMAN_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -pixman
|