2008-03-06 19:36:12 +01:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# pixman
|
|
|
|
#
|
|
|
|
################################################################################
|
2012-03-12 11:02:09 +01:00
|
|
|
PIXMAN_VERSION = 0.25.2
|
|
|
|
PIXMAN_SITE = http://xorg.freedesktop.org/releases/individual/lib
|
2008-03-06 19:36:12 +01:00
|
|
|
PIXMAN_INSTALL_STAGING = YES
|
2012-02-02 12:31:09 +01:00
|
|
|
PIXMAN_DEPENDENCIES = host-pkg-config
|
|
|
|
# don't build gtk based demos
|
|
|
|
PIXMAN_CONF_OPT = --disable-gtk
|
2008-03-06 19:48:43 +01:00
|
|
|
|
2012-03-12 11:02:09 +01:00
|
|
|
# disable iwmmxt support for CPU's that don't have
|
|
|
|
# this feature
|
|
|
|
ifneq ($(BR2_iwmmxt),y)
|
|
|
|
PIXMAN_CONF_OPT += --disable-arm-iwmmxt
|
|
|
|
endif
|
|
|
|
|
2012-07-03 00:07:32 +02:00
|
|
|
$(eval $(autotools-package))
|
2012-07-03 00:06:54 +02:00
|
|
|
$(eval $(host-autotools-package))
|