Move buildroot to bsp directory.

This commit is contained in:
2016-11-16 22:05:33 +01:00
parent 317c040ea8
commit 807ab03547
7408 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
################################################################################
#
# xlib_libXi
#
################################################################################
XLIB_LIBXI_VERSION = 1.7.6
XLIB_LIBXI_SOURCE = libXi-$(XLIB_LIBXI_VERSION).tar.bz2
XLIB_LIBXI_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXI_LICENSE = MIT
XLIB_LIBXI_LICENSE_FILES = COPYING
XLIB_LIBXI_INSTALL_STAGING = YES
XLIB_LIBXI_DEPENDENCIES = \
host-pkgconf \
xproto_inputproto \
xproto_xproto \
xlib_libX11 \
xlib_libXext \
xlib_libXfixes
XLIB_LIBXI_CONF_OPTS = --disable-malloc0returnsnull
$(eval $(autotools-package))