add new files for pixman 0.30.0. bump minor.

This commit is contained in:
mrg 2013-06-05 09:04:16 +00:00
parent 738904b116
commit 0baffc3fd7
2 changed files with 12 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.23 2013/05/07 07:01:37 martin Exp $
# $NetBSD: Makefile,v 1.24 2013/06/05 09:04:16 mrg Exp $
NOLINT= 1 # defined
@ -17,13 +17,10 @@ SRCS= \
pixman-combine32.c \
pixman-combine-float.c \
pixman-conical-gradient.c \
pixman-x86.c \
pixman-mips.c \
pixman-arm.c \
pixman-ppc.c \
pixman-edge.c \
pixman-edge-accessors.c \
pixman-fast-path.c \
pixman-filter.c \
pixman-glyph.c \
pixman-general.c \
pixman-gradient-walker.c \
@ -40,6 +37,12 @@ SRCS= \
pixman-trap.c \
pixman-utils.c
SRCS+= \
pixman-x86.c \
pixman-mips.c \
pixman-arm.c \
pixman-ppc.c \
# XXX
.if ${MACHINE_ARCH} == "i386"
@ -65,7 +68,8 @@ MKDEPFLAGS+= -maltivec
.if ${MACHINE_ARCH} == "earm" || ${MACHINE_ARCH} == "earmhf"
# ARM SIMD
SRCS+= pixman-arm-simd.c \
pixman-arm-simd-asm.S
pixman-arm-simd-asm.S \
pixman-arm-simd-asm-scaled.S
CPPFLAGS+= -DUSE_ARM_SIMD
# ARM NEON
SRCS+= pixman-arm-neon.c \

View File

@ -1,4 +1,4 @@
# $NetBSD: shlib_version,v 1.5 2010/05/23 04:26:19 mrg Exp $
# $NetBSD: shlib_version,v 1.6 2013/06/05 09:04:16 mrg Exp $
#
major=2
minor=1
minor=2