summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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