4c552029cb
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>
15 lines
513 B
Makefile
15 lines
513 B
Makefile
################################################################################
|
|
#
|
|
# xapp_xeyes
|
|
#
|
|
################################################################################
|
|
|
|
XAPP_XEYES_VERSION = 1.1.1
|
|
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_libXrender xlib_libXt
|
|
|
|
$(eval $(autotools-package))
|