summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-08-10 17:22:45 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-08-10 17:22:45 +0200
commitce63baad1bfe3c0256462c8cbb3c7fe410f7c12d (patch)
tree314c18f3cfe83af1900568f41e485582ef07e730
parentbf81366f4c91ed6ce38b825a4beb49367a1d2eb4 (diff)
downloadembtoolkit-ce63baad1bfe3c0256462c8cbb3c7fe410f7c12d.tar.gz
embtoolkit-ce63baad1bfe3c0256462c8cbb3c7fe410f7c12d.tar.bz2
embtoolkit-ce63baad1bfe3c0256462c8cbb3c7fe410f7c12d.tar.xz
Packages: X11/xproto: add xproto-7.0.18
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--packages/x11/xproto/xproto.kconfig11
-rw-r--r--packages/x11/xproto/xproto.mk6
2 files changed, 10 insertions, 7 deletions
diff --git a/packages/x11/xproto/xproto.kconfig b/packages/x11/xproto/xproto.kconfig
index dd9b0ca..350a2e9 100644
--- a/packages/x11/xproto/xproto.kconfig
+++ b/packages/x11/xproto/xproto.kconfig
@@ -1,6 +1,6 @@
################################################################################
-# GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
-# Copyright(C) 2010 GAYE Abdoulaye Walsimou. All rights reserved.
+# Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# Copyright(C) 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 xproto.kconfig
# \brief xproto.kconfig of Embtoolkit
-# \author GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
# \date March 2010
################################################################################
@@ -31,8 +31,10 @@ choice
prompt "xproto version you wish"
depends on EMBTK_HAVE_XPROTO
help
- Here you can choose which version of xproto you want to use.
+ Here you can choose which version of xproto you want to use.
+ config EMBTK_XPROTO_VERSION_7_0_18
+ bool "xproto-7.0.18"
config EMBTK_XPROTO_VERSION_7_0_17
bool "xproto-7.0.17"
config EMBTK_XPROTO_VERSION_7_0_16
@@ -41,6 +43,7 @@ endchoice
config EMBTK_XPROTO_VERSION_STRING
string
+ default "7.0.18" if EMBTK_XPROTO_VERSION_7_0_18
default "7.0.17" if EMBTK_XPROTO_VERSION_7_0_17
default "7.0.16" if EMBTK_XPROTO_VERSION_7_0_16
diff --git a/packages/x11/xproto/xproto.mk b/packages/x11/xproto/xproto.mk
index 8e0c1ff..802bdd4 100644
--- a/packages/x11/xproto/xproto.mk
+++ b/packages/x11/xproto/xproto.mk
@@ -1,6 +1,6 @@
################################################################################
-# GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
-# Copyright(C) 2010 GAYE Abdoulaye Walsimou. All rights reserved.
+# Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# Copyright(C) 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 xproto.mk
# \brief xproto.mk of Embtoolkit
-# \author GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
# \date March 2010
################################################################################