diff options
author | Will Newton <will.newton@gmail.com> | 2012-02-02 11:31:09 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-02-02 13:07:23 +0100 |
commit | a2a9f6358d3c1442028a7fd5366651b8826d4547 (patch) | |
tree | 9822cffad78cbd0e6eac527e6c19a5cee8c8c8cc /package/pixman/pixman.mk | |
parent | cee43cbcbd698f95025ecf3fe0697ecedf5f4aab (diff) |
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>
Diffstat (limited to 'package/pixman/pixman.mk')
-rw-r--r-- | package/pixman/pixman.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package/pixman/pixman.mk b/package/pixman/pixman.mk index 2b39a77c0..a2e183225 100644 --- a/package/pixman/pixman.mk +++ b/package/pixman/pixman.mk @@ -3,11 +3,13 @@ # pixman # ################################################################################ -PIXMAN_VERSION = 0.17.6 +PIXMAN_VERSION = 0.24.2 PIXMAN_SOURCE = pixman-$(PIXMAN_VERSION).tar.gz PIXMAN_SITE = http://cairographics.org/releases/ -PIXMAN_AUTORECONF = NO 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)) |