2008-03-06 19:36:12 +01:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# pixman
|
|
|
|
#
|
|
|
|
################################################################################
|
2012-02-02 12:31:09 +01:00
|
|
|
PIXMAN_VERSION = 0.24.2
|
2008-03-06 19:36:12 +01:00
|
|
|
PIXMAN_SOURCE = pixman-$(PIXMAN_VERSION).tar.gz
|
|
|
|
PIXMAN_SITE = http://cairographics.org/releases/
|
|
|
|
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
|
|
|
|
2011-09-29 21:57:43 +02:00
|
|
|
$(eval $(call AUTOTARGETS))
|
|
|
|
$(eval $(call AUTOTARGETS,host))
|