diff options
author | Paulius Zaleckas <paulius.zaleckas@gmail.com> | 2010-02-28 11:33:41 +0200 |
---|---|---|
committer | Paulius Zaleckas <paulius.zaleckas@gmail.com> | 2010-02-28 11:33:41 +0200 |
commit | ac02b9fdfbdd5f709087d27baab248c9865b5cd8 (patch) | |
tree | eda0d2b045bbd834cc429b20d46341a2e7d7cabf /package/pixman/pixman.mk | |
parent | 9f07a96d8fd024ebfb67d4393c8ef351d4a295b9 (diff) | |
download | buildroot-novena-ac02b9fdfbdd5f709087d27baab248c9865b5cd8.tar.gz buildroot-novena-ac02b9fdfbdd5f709087d27baab248c9865b5cd8.zip |
Bump pixman to 0.17.4
Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
Diffstat (limited to 'package/pixman/pixman.mk')
-rw-r--r-- | package/pixman/pixman.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pixman/pixman.mk b/package/pixman/pixman.mk index 9507bbfe1..087ab12c0 100644 --- a/package/pixman/pixman.mk +++ b/package/pixman/pixman.mk @@ -3,7 +3,7 @@ # pixman # ################################################################################ -PIXMAN_VERSION = 0.10.0 +PIXMAN_VERSION = 0.17.4 PIXMAN_SOURCE = pixman-$(PIXMAN_VERSION).tar.gz PIXMAN_SITE = http://cairographics.org/releases/ PIXMAN_AUTORECONF = NO |