From 65fce51b6f8169cbfc2dd5907b9b910119ab7204 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sun, 30 May 2010 10:11:09 +0200 Subject: Packages: pixman: add pixman-0.18.1 and pixman-0.18.2 Signed-off-by: Abdoulaye Walsimou Gaye --- packages/graphics/pixman/pixman.kconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/graphics/pixman/pixman.kconfig b/packages/graphics/pixman/pixman.kconfig index f1bf9a8..a894cc6 100644 --- a/packages/graphics/pixman/pixman.kconfig +++ b/packages/graphics/pixman/pixman.kconfig @@ -33,6 +33,10 @@ choice help Here you can choose which version of pixman you want to use. + config EMBTK_PIXMAN_VERSION_0_18_2 + bool "pixman-0.18.2" + config EMBTK_PIXMAN_VERSION_0_18_1 + bool "pixman-0.18.1" config EMBTK_PIXMAN_VERSION_0_18_0 bool "pixman-0.18.0" config EMBTK_PIXMAN_VERSION_0_16_6 @@ -45,6 +49,8 @@ endchoice config EMBTK_PIXMAN_VERSION_STRING string + default "0.18.2" if EMBTK_PIXMAN_VERSION_0_18_2 + default "0.18.1" if EMBTK_PIXMAN_VERSION_0_18_1 default "0.18.0" if EMBTK_PIXMAN_VERSION_0_18_0 default "0.16.6" if EMBTK_PIXMAN_VERSION_0_16_6 default "0.16.5" if EMBTK_PIXMAN_VERSION_0_16_5 -- cgit v1.2.3