Browse Source

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>
Bernd Kuhls 10 years ago
parent
commit
4c552029cb
2 changed files with 2 additions and 1 deletions
  1. 1 0
      package/x11r7/xapp_xeyes/Config.in
  2. 1 1
      package/x11r7/xapp_xeyes/xapp_xeyes.mk

+ 1 - 0
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

+ 1 - 1
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))