a7e49eb2af
quite work yet for me, but this clearly is a huge project and not having it quite work on the first pass is hardly unexpected. We definately want this stuff in buildroot.
14 lines
469 B
Makefile
14 lines
469 B
Makefile
################################################################################
|
|
#
|
|
# xapp_xfs -- X font server
|
|
#
|
|
################################################################################
|
|
|
|
XAPP_XFS_VERSION = 1.0.4
|
|
XAPP_XFS_SOURCE = xfs-$(XAPP_XFS_VERSION).tar.bz2
|
|
XAPP_XFS_SITE = http://xorg.freedesktop.org/releases/individual/app
|
|
XAPP_XFS_AUTORECONF = YES
|
|
XAPP_XFS_DEPENDANCIES = xlib_libFS xlib_libXfont xproto_fontsproto
|
|
|
|
$(eval $(call AUTOTARGETS,xapp_xfs))
|