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.
16 lines
621 B
Makefile
16 lines
621 B
Makefile
################################################################################
|
|
#
|
|
# xlib_libXi -- X.Org Xi library
|
|
#
|
|
################################################################################
|
|
|
|
XLIB_LIBXI_VERSION = 1.0.2
|
|
XLIB_LIBXI_SOURCE = libXi-$(XLIB_LIBXI_VERSION).tar.bz2
|
|
XLIB_LIBXI_SITE = http://xorg.freedesktop.org/releases/individual/lib
|
|
XLIB_LIBXI_AUTORECONF = YES
|
|
XLIB_LIBXI_INSTALL_STAGING = YES
|
|
XLIB_LIBXI_DEPENDANCIES = xproto_inputproto xlib_libX11 xlib_libXext xproto_xproto
|
|
XLIB_LIBXI_CONF_OPT = --disable-malloc0returnsnull --enable-shared --disable-static
|
|
|
|
$(eval $(call AUTOTARGETS,xlib_libXi))
|