buildrootschalter/package/pixman/pixman.mk
Bernd Kuhls b0ad236cd4 package/pixman: Bump version to 0.32.6
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-07-19 18:09:11 +02:00

27 lines
671 B
Makefile

################################################################################
#
# pixman
#
################################################################################
PIXMAN_VERSION = 0.32.6
PIXMAN_SITE = http://xorg.freedesktop.org/releases/individual/lib
PIXMAN_LICENSE = MIT
PIXMAN_LICENSE_FILES = COPYING
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))