summaryrefslogtreecommitdiff
path: root/packages/x11/damageproto/damageproto.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'packages/x11/damageproto/damageproto.kconfig')
-rw-r--r--packages/x11/damageproto/damageproto.kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/x11/damageproto/damageproto.kconfig b/packages/x11/damageproto/damageproto.kconfig
index d3d74f0..75f0dbe 100644
--- a/packages/x11/damageproto/damageproto.kconfig
+++ b/packages/x11/damageproto/damageproto.kconfig
@@ -33,11 +33,14 @@ choice
Here you can choose which version of damageproto you want to
use.
+ config EMBTK_DAMAGEPROTO_VERSION_1_2_1
+ bool "damageproto-1.2.1"
config EMBTK_DAMAGEPROTO_VERSION_1_2_0
bool "damageproto-1.2.0"
endchoice
config EMBTK_DAMAGEPROTO_VERSION_STRING
string
+ default "1.2.1" if EMBTK_DAMAGEPROTO_VERSION_1_2_1
default "1.2.0" if EMBTK_DAMAGEPROTO_VERSION_1_2_0