summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-07-04 23:30:09 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-07-04 23:30:09 +0200
commit349847072f0044c71b17689d77c027ba85a97f67 (patch)
tree918bde8551187e339b902519779ebc624496b938
parentbb9fc402c634c36e9a627afe2194f710f0c91ddb (diff)
downloadembtoolkit-349847072f0044c71b17689d77c027ba85a97f67.tar.gz
embtoolkit-349847072f0044c71b17689d77c027ba85a97f67.tar.bz2
embtoolkit-349847072f0044c71b17689d77c027ba85a97f67.tar.xz
Packages: X11/xorg-server: add xorg-server-1.8.2
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--packages/x11/xserver/xserver.kconfig30
-rw-r--r--packages/x11/xserver/xserver.mk6
2 files changed, 20 insertions, 16 deletions
diff --git a/packages/x11/xserver/xserver.kconfig b/packages/x11/xserver/xserver.kconfig
index 5d164dc..699bcf7 100644
--- a/packages/x11/xserver/xserver.kconfig
+++ b/packages/x11/xserver/xserver.kconfig
@@ -1,24 +1,25 @@
################################################################################
-# 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 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 xserver.kconfig
# \brief xserver.kconfig of Embtoolkit
-# \author GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
# \date March 2010
################################################################################
@@ -54,6 +55,8 @@ choice
help
Here you can choose which version of xserver you want to use.
+ config EMBTK_XSERVER_VERSION_1_8_2
+ bool "xserver-1.8.2"
config EMBTK_XSERVER_VERSION_1_8_1
bool "xserver-1.8.1"
config EMBTK_XSERVER_VERSION_1_7_7
@@ -69,6 +72,7 @@ config EMBTK_HAVE_XSERVER_WITH_TSLIB
config EMBTK_XSERVER_VERSION_STRING
string
+ default "1.8.2" if EMBTK_XSERVER_VERSION_1_8_2
default "1.8.1" if EMBTK_XSERVER_VERSION_1_8_1
default "1.7.7" if EMBTK_XSERVER_VERSION_1_7_7
default "1.7.6" if EMBTK_XSERVER_VERSION_1_7_6
diff --git a/packages/x11/xserver/xserver.mk b/packages/x11/xserver/xserver.mk
index fd96917..9cd92aa 100644
--- a/packages/x11/xserver/xserver.mk
+++ b/packages/x11/xserver/xserver.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 xserver.mk
# \brief xserver.mk of Embtoolkit
-# \author GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
# \date March 2010
################################################################################