ca7e3aebf4
Fixes http://autobuild.buildroot.net/results/385/385cffbab4261337afa449998aa7457a8142db92/ [Thomas: add comment about the new xfont_font-util dependency being needed only for autoreconf.] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
17 lines
607 B
Makefile
17 lines
607 B
Makefile
################################################################################
|
|
#
|
|
# xapp_xfs
|
|
#
|
|
################################################################################
|
|
|
|
XAPP_XFS_VERSION = 1c8459eafc04997751ae3d200d0ec91e43e19b5b
|
|
XAPP_XFS_SITE = git://anongit.freedesktop.org/xorg/app/xfs
|
|
XAPP_XFS_LICENSE = MIT
|
|
XAPP_XFS_LICENSE_FILES = COPYING
|
|
XAPP_XFS_AUTORECONF = YES
|
|
# xfont_font-util is only needed due to autoreconf. When switching
|
|
# back to a tarball release, it can be removed.
|
|
XAPP_XFS_DEPENDENCIES = xfont_font-util xlib_libFS xlib_libXfont xproto_fontsproto
|
|
|
|
$(eval $(autotools-package))
|