summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-07-14 00:54:00 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-07-14 00:54:00 +0200
commit9517d2bfff595a4130f27a5dd869ec35dbd8b5bf (patch)
tree0fc1225237147b51650f1807d3c75421286344d2
parent8d6183ad59223c19fe0e1aef7412221fd77cbf63 (diff)
downloadembtoolkit-9517d2bfff595a4130f27a5dd869ec35dbd8b5bf.tar.gz
embtoolkit-9517d2bfff595a4130f27a5dd869ec35dbd8b5bf.tar.bz2
embtoolkit-9517d2bfff595a4130f27a5dd869ec35dbd8b5bf.tar.xz
Packages: X11/libXrender: libXrender depends on renderproto
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--packages/x11/libxrender/libxrender.kconfig28
-rw-r--r--packages/x11/libxrender/libxrender.mk6
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, <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 libxrender.kconfig
# \brief libxrender.kconfig of Embtoolkit
-# \author GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
# \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, <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 libxrender.mk
# \brief libxrender.mk of Embtoolkit
-# \author GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
# \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