summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/graphics/directfb/directfb.kconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/graphics/directfb/directfb.kconfig b/packages/graphics/directfb/directfb.kconfig
index 8a2b7a5..43bf2ba 100644
--- a/packages/graphics/directfb/directfb.kconfig
+++ b/packages/graphics/directfb/directfb.kconfig
@@ -35,19 +35,23 @@ config EMBTK_HAVE_DIRECTFB
choice
prompt "DirectFB version you wish"
- default EMBTK_DIRECTFB_VERSION_1_4_2
depends on EMBTK_HAVE_DIRECTFB
help
Here you can choose which version of DirectFB you want to use.
+ config EMBTK_DIRECTFB_VERSION_1_4_3
+ bool "DirectFB-1.4.3"
config EMBTK_DIRECTFB_VERSION_1_4_2
bool "DirectFB-1.4.2"
endchoice
config EMBTK_DIRECTFB_VERSION_STRING
string
+ default "1.4.3" if EMBTK_DIRECTFB_VERSION_1_4_3
default "1.4.2" if EMBTK_DIRECTFB_VERSION_1_4_2
+
config EMBTK_DIRECTFB_BRANCH_STRING
string
+ default "DirectFB-1.4" if EMBTK_DIRECTFB_VERSION_1_4_3
default "DirectFB-1.4" if EMBTK_DIRECTFB_VERSION_1_4_2