kumquat-buildroot/package/pixman/pixman.mk
Will Newton a2a9f6358d pixman: Bump version to 0.24.2
[Peter: depend on pkg-config, forcibly disable gtk-based demos]
Signed-off-by: Will Newton <will.newton@imgtec.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-02-02 13:07:23 +01:00

16 lines
487 B
Makefile

################################################################################
#
# pixman
#
################################################################################
PIXMAN_VERSION = 0.24.2
PIXMAN_SOURCE = pixman-$(PIXMAN_VERSION).tar.gz
PIXMAN_SITE = http://cairographics.org/releases/
PIXMAN_INSTALL_STAGING = YES
PIXMAN_DEPENDENCIES = host-pkg-config
# don't build gtk based demos
PIXMAN_CONF_OPT = --disable-gtk
$(eval $(call AUTOTARGETS))
$(eval $(call AUTOTARGETS,host))