summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-08-16 13:16:46 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-08-16 13:16:46 +0200
commita1038bba999102c58200a35156ae38abd9480f4c (patch)
tree5330cdd15b2fc4ac54d8440d376329f28ff52718
parentced612f1f0e8486cf2e8747f31f9d89d55c001b9 (diff)
downloadembtoolkit-a1038bba999102c58200a35156ae38abd9480f4c.tar.gz
embtoolkit-a1038bba999102c58200a35156ae38abd9480f4c.tar.bz2
embtoolkit-a1038bba999102c58200a35156ae38abd9480f4c.tar.xz
Packages: pixman: pixman-0.18.4
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--packages/graphics/pixman/pixman.kconfig7
1 files changed, 5 insertions, 2 deletions
diff --git a/packages/graphics/pixman/pixman.kconfig b/packages/graphics/pixman/pixman.kconfig
index 3c43953..f09c990 100644
--- a/packages/graphics/pixman/pixman.kconfig
+++ b/packages/graphics/pixman/pixman.kconfig
@@ -1,6 +1,6 @@
################################################################################
# Embtoolkit
-# Copyright(C) 2009-2010 GAYE Abdoulaye Walsimou. All rights reserved.
+# Copyright(C) 2009-2010 Abdoulaye Walsimou GAYE. All rights reserved.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -19,7 +19,7 @@
#
# \file pixman.kconfig
# \brief pixman.kconfig of Embtoolkit
-# \author GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
# \date December 2009
################################################################################
@@ -33,6 +33,8 @@ choice
help
Here you can choose which version of pixman you want to use.
+ config EMBTK_PIXMAN_VERSION_0_18_4
+ bool "pixman-0.18.4"
config EMBTK_PIXMAN_VERSION_0_18_2
bool "pixman-0.18.2"
config EMBTK_PIXMAN_VERSION_0_18_1
@@ -49,6 +51,7 @@ endchoice
config EMBTK_PIXMAN_VERSION_STRING
string
+ default "0.18.4" if EMBTK_PIXMAN_VERSION_0_18_4
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