summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.com>2010-06-23 23:23:18 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.com>2010-06-23 23:23:18 +0200
commit3292d2fd4ff770e4bf00f52a7c270867d00af1ca (patch)
tree8d8a97c9b5ed8e4993e938b2d7aaedcd0ab17b57 /packages
parent2173b3e38f666966508c658e5c3cc95a8a977efe (diff)
downloadembtoolkit-3292d2fd4ff770e4bf00f52a7c270867d00af1ca.tar.gz
embtoolkit-3292d2fd4ff770e4bf00f52a7c270867d00af1ca.tar.bz2
embtoolkit-3292d2fd4ff770e4bf00f52a7c270867d00af1ca.tar.xz
Packages: X11: add libXfont-1.4.2
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.com>
Diffstat (limited to 'packages')
-rw-r--r--packages/x11/libxfont/libxfont.kconfig34
-rw-r--r--packages/x11/libxfont/libxfont.mk4
2 files changed, 21 insertions, 17 deletions
diff --git a/packages/x11/libxfont/libxfont.kconfig b/packages/x11/libxfont/libxfont.kconfig
index 4744e25..cec55b6 100644
--- a/packages/x11/libxfont/libxfont.kconfig
+++ b/packages/x11/libxfont/libxfont.kconfig
@@ -1,24 +1,25 @@
################################################################################
-# GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
+# Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
# Copyright(C) 2010 GAYE Abdoulaye Walsimou. 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 libxfont.kconfig
# \brief libxfont.kconfig of Embtoolkit
-# \author GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
# \date March 2010
################################################################################
@@ -27,18 +28,21 @@ config EMBTK_HAVE_LIBXFONT
select EMBTK_HAVE_LIBFONTENC
select EMBTK_HAVE_FREETYPE
help
- libxfont for X windowing system
+ libXfont for X windowing system
choice
prompt "libxfont version you wish"
depends on EMBTK_HAVE_LIBXFONT
help
Here you can choose which version of libxfont you want to use.
+ config EMBTK_LIBXFONT_VERSION_1_4_2
+ bool "libXfont-1.4.2"
config EMBTK_LIBXFONT_VERSION_1_4_1
- bool "libxfont-1.4.1"
+ bool "libXfont-1.4.1"
endchoice
config EMBTK_LIBXFONT_VERSION_STRING
string
- default "1.4.1" if EMBTK_LIBXFONT_VERSION_1_4_1
+ default "1.4.2" if EMBTK_LIBXFONT_VERSION_1_4_2
+ default "1.4.1" if EMBTK_LIBXFONT_VERSION_1_4_1
diff --git a/packages/x11/libxfont/libxfont.mk b/packages/x11/libxfont/libxfont.mk
index 0f6c39a..7bc550a 100644
--- a/packages/x11/libxfont/libxfont.mk
+++ b/packages/x11/libxfont/libxfont.mk
@@ -1,5 +1,5 @@
################################################################################
-# GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
+# Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
# Copyright(C) 2010 GAYE Abdoulaye Walsimou. All rights reserved.
#
# This program is free software: you can redistribute it and/or modify
@@ -19,7 +19,7 @@
#
# \file libxfont.mk
# \brief libxfont.mk of Embtoolkit
-# \author GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
# \date March 2010
################################################################################