Move all to deprecated folder.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_XLIB_LIBFS
|
||||
bool "libFS"
|
||||
select BR2_PACKAGE_XLIB_XTRANS
|
||||
select BR2_PACKAGE_XPROTO_XPROTO
|
||||
select BR2_PACKAGE_XPROTO_FONTSPROTO
|
||||
help
|
||||
X.Org FS library
|
||||
@@ -0,0 +1,2 @@
|
||||
# From http://lists.x.org/archives/xorg-announce/2015-April/002588.html
|
||||
sha256 2e9d4c07026a7401d4fa4ffae86e6ac7fec83f50f3268fa85f52718e479dc4f3 libFS-1.0.7.tar.bz2
|
||||
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# xlib_libFS
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XLIB_LIBFS_VERSION = 1.0.7
|
||||
XLIB_LIBFS_SOURCE = libFS-$(XLIB_LIBFS_VERSION).tar.bz2
|
||||
XLIB_LIBFS_SITE = http://xorg.freedesktop.org/releases/individual/lib
|
||||
XLIB_LIBFS_LICENSE = MIT
|
||||
XLIB_LIBFS_LICENSE_FILES = COPYING
|
||||
XLIB_LIBFS_INSTALL_STAGING = YES
|
||||
XLIB_LIBFS_DEPENDENCIES = xlib_xtrans xproto_xproto xproto_fontsproto host-pkgconf
|
||||
XLIB_LIBFS_CONF_OPTS = --disable-malloc0returnsnull
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user