summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-07-19 19:10:56 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-07-19 19:10:56 +0200
commitfa81afe43bee0960d2629d02e3bfb7209a0fcb37 (patch)
tree00521af76f56a0fda71e86499346fb4224fc1a1d /packages
parentaacf87c44caa650fad6ffbb42471fe1bda86d800 (diff)
downloadembtoolkit-fa81afe43bee0960d2629d02e3bfb7209a0fcb37.tar.gz
embtoolkit-fa81afe43bee0960d2629d02e3bfb7209a0fcb37.tar.bz2
embtoolkit-fa81afe43bee0960d2629d02e3bfb7209a0fcb37.tar.xz
Packages: X11/libXau: add libXau-1.0.6
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'packages')
-rw-r--r--packages/x11/libxau/libxau.kconfig34
-rw-r--r--packages/x11/libxau/libxau.mk8
2 files changed, 23 insertions, 19 deletions
diff --git a/packages/x11/libxau/libxau.kconfig b/packages/x11/libxau/libxau.kconfig
index 7b283f3..41e82d1 100644
--- a/packages/x11/libxau/libxau.kconfig
+++ b/packages/x11/libxau/libxau.kconfig
@@ -1,24 +1,25 @@
################################################################################
-# GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
-# Copyright(C) 2009-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 distribute it and/or modify it
-# under the terms of the GNU General Public License
-# (Version 2 or later) published by the Free Software Foundation.
+# 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
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
#
-# This program is distributed in the hope it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
-# for more details.
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
-# You should have received a copy of the GNU General Public License along
-# with this program; if not, write to the Free Software Foundation, Inc.,
-# 59 Temple Place - Suite 330, Boston MA 02111-1307, USA.
################################################################################
#
# \file libxau.kconfig
# \brief libxau.kconfig of Embtoolkit
-# \author GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
# \date February 2010
################################################################################
@@ -26,18 +27,21 @@ config EMBTK_HAVE_LIBXAU
bool "Have libxau"
select EMBTK_HAVE_XPROTO
help
- libxau for X windowing system
+ X authorization file management libary
choice
prompt "libxau version you wish"
depends on EMBTK_HAVE_LIBXAU
help
Here you can choose which version of libxau you want to use.
+ config EMBTK_LIBXAU_VERSION_1_0_6
+ bool "libxau-1.0.6"
config EMBTK_LIBXAU_VERSION_1_0_5
bool "libxau-1.0.5"
endchoice
config EMBTK_LIBXAU_VERSION_STRING
string
- default "1.0.5" if EMBTK_LIBXAU_VERSION_1_0_5
+ default "1.0.6" if EMBTK_LIBXAU_VERSION_1_0_6
+ default "1.0.5" if EMBTK_LIBXAU_VERSION_1_0_5
diff --git a/packages/x11/libxau/libxau.mk b/packages/x11/libxau/libxau.mk
index 0f5e3ca..fccb78f 100644
--- a/packages/x11/libxau/libxau.mk
+++ b/packages/x11/libxau/libxau.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,8 +19,8 @@
#
# \file libxau.mk
# \brief libxau.mk of Embtoolkit
-# \author GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
-# \date March 2010
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# \date February 2010
################################################################################
LIBXAU_VERSION := $(subst ",,$(strip $(CONFIG_EMBTK_LIBXAU_VERSION_STRING)))