Move all to deprecated folder.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
config BR2_PACKAGE_XLIB_LIBXFT
|
||||
bool "libXft"
|
||||
select BR2_PACKAGE_FONTCONFIG
|
||||
select BR2_PACKAGE_FREETYPE
|
||||
select BR2_PACKAGE_XLIB_LIBX11
|
||||
select BR2_PACKAGE_XLIB_LIBXEXT
|
||||
select BR2_PACKAGE_XLIB_LIBXRENDER
|
||||
select BR2_PACKAGE_XPROTO_XPROTO
|
||||
help
|
||||
X.Org Xft library
|
||||
@@ -0,0 +1,2 @@
|
||||
# From http://lists.freedesktop.org/pipermail/xorg/2014-June/056668.html
|
||||
sha256 f5a3c824761df351ca91827ac221090943ef28b248573486050de89f4bfcdc4c libXft-2.3.2.tar.bz2
|
||||
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# xlib_libXft
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XLIB_LIBXFT_VERSION = 2.3.2
|
||||
XLIB_LIBXFT_SOURCE = libXft-$(XLIB_LIBXFT_VERSION).tar.bz2
|
||||
XLIB_LIBXFT_SITE = http://xorg.freedesktop.org/releases/individual/lib
|
||||
XLIB_LIBXFT_LICENSE = MIT
|
||||
XLIB_LIBXFT_LICENSE_FILES = COPYING
|
||||
XLIB_LIBXFT_AUTORECONF = YES
|
||||
XLIB_LIBXFT_INSTALL_STAGING = YES
|
||||
XLIB_LIBXFT_DEPENDENCIES = fontconfig freetype xlib_libX11 xlib_libXext xlib_libXrender xproto_xproto
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user