summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-05-30 10:11:09 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-05-30 10:11:09 +0200
commit65fce51b6f8169cbfc2dd5907b9b910119ab7204 (patch)
tree8cd49d4123d40390bb87b2e31b74c43f04043df4
parente0658c0611c0bde1d2fe3754ec7f90e9dda74802 (diff)
downloadembtoolkit-65fce51b6f8169cbfc2dd5907b9b910119ab7204.tar.gz
embtoolkit-65fce51b6f8169cbfc2dd5907b9b910119ab7204.tar.bz2
embtoolkit-65fce51b6f8169cbfc2dd5907b9b910119ab7204.tar.xz
Packages: pixman: add pixman-0.18.1 and pixman-0.18.2
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
-rw-r--r--packages/graphics/pixman/pixman.kconfig6
1 files changed, 6 insertions, 0 deletions
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