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>
This commit is contained in:
parent
4aad183802
commit
4c552029cb
@ -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
|
||||
|
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user