summaryrefslogtreecommitdiffstats
path: root/package/pixman/pixman.mk
blob: 3e056d41941365763e6e8fb83dab41056221ece2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
################################################################################
#
# pixman
#
################################################################################
PIXMAN_VERSION = 0.25.2
PIXMAN_SITE = http://xorg.freedesktop.org/releases/individual/lib
PIXMAN_INSTALL_STAGING = YES
PIXMAN_DEPENDENCIES = host-pkg-config
# 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 $(call AUTOTARGETS))
$(eval $(call AUTOTARGETS,host))