From 7ff97399912e537a978a2bcba69e33479a3f8e5e Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sat, 30 Oct 2010 17:05:46 +0200 Subject: Packages: X11/libXft: add libXfont-2.2.0 Signed-off-by: Abdoulaye Walsimou Gaye --- packages/x11/libxft/libxft.kconfig | 13 ++++++++++--- 1 file 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, +# 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, +# \author Abdoulaye Walsimou GAYE # \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 -- cgit v1.2.3