summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2015-04-21 19:36:03 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-04-22 22:56:44 +0200
commit4c552029cb877786c67ff77447c5ffe1d370ae50 (patch)
treea49e796b7c9c5aabacee48143d29b844b9ee3c3c
parent4aad18380255f7b8b4442323fa294d2a2107175d (diff)
downloadbuildroot-4c552029cb877786c67ff77447c5ffe1d370ae50.tar.gz
buildroot-4c552029cb877786c67ff77447c5ffe1d370ae50.zip
package/x11r7/xapp_xeyes: Add dependency to xlib_libXrender
xeyes depends on Xrender since version 1.1.0 http://lists.freedesktop.org/archives/xorg/2009-December/048305.html Fixes http://autobuild.buildroot.net/results/bae/baeded072fbec4a398738e00dbf851d756af660f/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/x11r7/xapp_xeyes/Config.in1
-rw-r--r--package/x11r7/xapp_xeyes/xapp_xeyes.mk2
2 files changed, 2 insertions, 1 deletions
diff --git a/package/x11r7/xapp_xeyes/Config.in b/package/x11r7/xapp_xeyes/Config.in
index a7b77375fd..5cf7f6c052 100644
--- a/package/x11r7/xapp_xeyes/Config.in
+++ b/package/x11r7/xapp_xeyes/Config.in
@@ -3,6 +3,7 @@ config BR2_PACKAGE_XAPP_XEYES
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXEXT
select BR2_PACKAGE_XLIB_LIBXMU
+ select BR2_PACKAGE_XLIB_LIBXRENDER
select BR2_PACKAGE_XLIB_LIBXT
help
X.Org xeyes application
diff --git a/package/x11r7/xapp_xeyes/xapp_xeyes.mk b/package/x11r7/xapp_xeyes/xapp_xeyes.mk
index 89cac515e4..07c12002be 100644
--- a/package/x11r7/xapp_xeyes/xapp_xeyes.mk
+++ b/package/x11r7/xapp_xeyes/xapp_xeyes.mk
@@ -9,6 +9,6 @@ XAPP_XEYES_SOURCE = xeyes-$(XAPP_XEYES_VERSION).tar.bz2
XAPP_XEYES_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XEYES_LICENSE = MIT
XAPP_XEYES_LICENSE_FILES = COPYING
-XAPP_XEYES_DEPENDENCIES = xlib_libX11 xlib_libXext xlib_libXmu xlib_libXt
+XAPP_XEYES_DEPENDENCIES = xlib_libX11 xlib_libXext xlib_libXmu xlib_libXrender xlib_libXt
$(eval $(autotools-package))
OpenPOWER on IntegriCloud