summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-10-30 17:05:46 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-10-30 17:05:46 +0200
commit7ff97399912e537a978a2bcba69e33479a3f8e5e (patch)
treeb54bda14cc6ccddf8e3eb022511304ce4760c2ff /packages
parentada6bc5e545660af664da18fb20fb7a093143c8e (diff)
downloadembtoolkit-7ff97399912e537a978a2bcba69e33479a3f8e5e.tar.gz
embtoolkit-7ff97399912e537a978a2bcba69e33479a3f8e5e.tar.bz2
embtoolkit-7ff97399912e537a978a2bcba69e33479a3f8e5e.tar.xz
Packages: X11/libXft: add libXfont-2.2.0
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'packages')
-rw-r--r--packages/x11/libxft/libxft.kconfig13
1 files changed, 10 insertions, 3 deletions
diff --git a/packages/x11/libxft/libxft.kconfig b/packages/x11/libxft/libxft.kconfig
index 0efa236..7fc9dfd 100644
--- a/packages/x11/libxft/libxft.kconfig
+++ b/packages/x11/libxft/libxft.kconfig
@@ -1,5 +1,5 @@
################################################################################
-# Abdoulaye Walsimou GAYE, <awg@embtoolkit.org>
+# EmbToolkit
# Copyright(C) 2010 Abdoulaye Walsimou GAYE. All rights reserved.
#
# This program is free software: you can redistribute it and/or modify
@@ -19,7 +19,7 @@
#
# \file libxft.mk
# \brief libxft.mk of Embtoolkit
-# \author Abdoulaye Walsimou GAYE, <awg@embtoolkit.org>
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
# \date June 2010
################################################################################
@@ -30,18 +30,25 @@ config EMBTK_HAVE_LIBXFT
select EMBTK_HAVE_XPROTO
select EMBTK_HAVE_LIBXRENDER
help
- libXft for X windowing system
+ libXft for X windowing system.
+ libXft is the client side font rendering library, using
+ libfreetype, libX11, and the X Render extension to display
+ anti-aliased text.
+
choice
prompt "libxft version you wish"
depends on EMBTK_HAVE_LIBXFT
help
Here you can choose which version of libxft you want to use.
+ config EMBTK_LIBXFT_VERSION_2_2_0
+ bool "libXft-2.2.0"
config EMBTK_LIBXFT_VERSION_2_1_14
bool "libXft-2.1.14"
endchoice
config EMBTK_LIBXFT_VERSION_STRING
string
+ default "2.2.0" if EMBTK_LIBXFT_VERSION_2_2_0
default "2.1.14" if EMBTK_LIBXFT_VERSION_2_1_14