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.
16 lines
620 B
Makefile
16 lines
620 B
Makefile
################################################################################
|
|
#
|
|
# xlib_libXaw -- X.Org Xaw library
|
|
#
|
|
################################################################################
|
|
|
|
XLIB_LIBXAW_VERSION = 1.0.2
|
|
XLIB_LIBXAW_SOURCE = libXaw-$(XLIB_LIBXAW_VERSION).tar.bz2
|
|
XLIB_LIBXAW_SITE = http://xorg.freedesktop.org/releases/individual/lib
|
|
XLIB_LIBXAW_AUTORECONF = YES
|
|
XLIB_LIBXAW_INSTALL_STAGING = YES
|
|
XLIB_LIBXAW_DEPENDANCIES = xlib_libX11 xlib_libXt xlib_libXmu xlib_libXpm xproto_xproto xlib_libXp
|
|
XLIB_LIBXAW_CONF_OPT = --enable-shared --disable-static
|
|
|
|
$(eval $(call AUTOTARGETS,xlib_libXaw))
|