2de461a25f
API Addition ------------ Add new function: void pixman_add_trapezoids (pixman_image_t *dst, int x_off, int y_off, const pixman_trapezoid_t *traps, int ntraps); Performance improvement ----------------------- Restrict size of intermediate surface used while compositing trapezoids based on the bounds of the desination surface. Bug fixes --------- Fix rendering on 64-bit platforms.
18 lines
538 B
Makefile
18 lines
538 B
Makefile
# $NetBSD: buildlink3.mk,v 1.6 2005/03/27 12:28:08 recht Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
LIBPIXMAN_BUILDLINK3_MK:= ${LIBPIXMAN_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= libpixman
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibpixman}
|
|
BUILDLINK_PACKAGES+= libpixman
|
|
|
|
.if !empty(LIBPIXMAN_BUILDLINK3_MK:M+)
|
|
BUILDLINK_DEPENDS.libpixman+= libpixman>=0.1.4
|
|
BUILDLINK_PKGSRCDIR.libpixman?= ../../graphics/libpixman
|
|
.endif # LIBPIXMAN_BUILDLINK3_MK
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|