From 9517d2bfff595a4130f27a5dd869ec35dbd8b5bf Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Wed, 14 Jul 2010 00:54:00 +0200 Subject: Packages: X11/libXrender: libXrender depends on renderproto Signed-off-by: Abdoulaye Walsimou Gaye --- packages/x11/libxrender/libxrender.kconfig | 28 +++++++++++++++------------- packages/x11/libxrender/libxrender.mk | 6 +++--- 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/packages/x11/libxrender/libxrender.kconfig b/packages/x11/libxrender/libxrender.kconfig index 2abcb7f..aea5c4e 100644 --- a/packages/x11/libxrender/libxrender.kconfig +++ b/packages/x11/libxrender/libxrender.kconfig @@ -1,29 +1,31 @@ ################################################################################ -# GAYE Abdoulaye Walsimou, -# Copyright(C) 2010 GAYE Abdoulaye Walsimou. All rights reserved. +# Abdoulaye Walsimou GAYE +# 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 . # -# 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 libxrender.kconfig # \brief libxrender.kconfig of Embtoolkit -# \author GAYE Abdoulaye Walsimou, +# \author Abdoulaye Walsimou GAYE # \date March 2010 ################################################################################ config EMBTK_HAVE_LIBXRENDER bool "Have libxrender" + select EMBTK_HAVE_RENDERPROTO select EMBTK_HAVE_LIBX11 help libXrender for X windowing system diff --git a/packages/x11/libxrender/libxrender.mk b/packages/x11/libxrender/libxrender.mk index 2e09a52..1cff34d 100644 --- a/packages/x11/libxrender/libxrender.mk +++ b/packages/x11/libxrender/libxrender.mk @@ -1,5 +1,5 @@ ################################################################################ -# GAYE Abdoulaye Walsimou, +# Abdoulaye Walsimou GAYE # 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 libxrender.mk # \brief libxrender.mk of Embtoolkit -# \author GAYE Abdoulaye Walsimou, +# \author Abdoulaye Walsimou GAYE # \date March 2010 ################################################################################ @@ -34,7 +34,7 @@ LIBXRENDER_INCLUDES = X11/extensions/Xrender.h LIBXRENDER_LIBS = libXrender.* LIBXRENDER_PKGCONFIGS = xrender.pc -LIBXRENDER_DEPS = libx11_install +LIBXRENDER_DEPS = renderproto_install libx11_install libxrender_install: $(LIBXRENDER_BUILD_DIR)/.installed -- cgit v1.2.3