Move all to deprecated folder.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_XLIB_LIBXI
|
||||
bool "libXi"
|
||||
select BR2_PACKAGE_XPROTO_XPROTO
|
||||
select BR2_PACKAGE_XPROTO_INPUTPROTO
|
||||
select BR2_PACKAGE_XLIB_LIBX11
|
||||
select BR2_PACKAGE_XLIB_LIBXEXT
|
||||
select BR2_PACKAGE_XLIB_LIBXFIXES
|
||||
help
|
||||
X.Org Xi library
|
||||
@@ -0,0 +1,2 @@
|
||||
# From http://lists.x.org/archives/xorg-announce/2015-December/002664.html
|
||||
sha256 1f32a552cec0f056c0260bdb32e853cec0673d2f40646ce932ad5a9f0205b7ac libXi-1.7.6.tar.bz2
|
||||
@@ -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))
|
||||
Reference in New Issue
Block a user