kumquat-buildroot/package/pixman/pixman.mk
Markos Chandras 1287492fd7 pixman: Apply upstream patch to fix compilation on MIPS
Fixes:
http://autobuild.buildroot.net/results/38aa4f2a2269b80226b910c46e0c9abe7dc38ff8/

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-05-23 23:23:54 +02:00

23 lines
617 B
Makefile

################################################################################
#
# pixman
#
################################################################################
PIXMAN_VERSION = 0.30.0
PIXMAN_SITE = http://xorg.freedesktop.org/releases/individual/lib
PIXMAN_INSTALL_STAGING = YES
PIXMAN_DEPENDENCIES = host-pkgconf
PIXMAN_AUTORECONF = YES
# don't build gtk based demos
PIXMAN_CONF_OPT = --disable-gtk
# disable iwmmxt support for CPU's that don't have
# this feature
ifneq ($(BR2_iwmmxt),y)
PIXMAN_CONF_OPT += --disable-arm-iwmmxt
endif
$(eval $(autotools-package))
$(eval $(host-autotools-package))