initial buildroot for linux 5.15
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_XORGPROTO
|
||||
help
|
||||
X.Org Xft library
|
||||
@@ -0,0 +1,5 @@
|
||||
# From https://lists.x.org/archives/xorg-announce/2021-August/003104.html
|
||||
sha256 57dedaab20914002146bdae0cb0c769ba3f75214c4c91bd2613d6ef79fc9abdd libXft-2.3.4.tar.bz2
|
||||
sha512 5bb019750982ed4643880efd7368bc226ad49cfa8c0c8c6d4614dfeed74f588c65e1ba69adcc12284ec07d841e5b58fc1c27f3fddf83fe1a2837b29dd9ecec51 libXft-2.3.4.tar.bz2
|
||||
# Locally computed
|
||||
sha256 7cda22286b1379b9b73df695f72cbad36595e65b039a5fbc5c89b69ecc44438c COPYING
|
||||
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# xlib_libXft
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XLIB_LIBXFT_VERSION = 2.3.4
|
||||
XLIB_LIBXFT_SOURCE = libXft-$(XLIB_LIBXFT_VERSION).tar.bz2
|
||||
XLIB_LIBXFT_SITE = https://xorg.freedesktop.org/archive/individual/lib
|
||||
XLIB_LIBXFT_LICENSE = MIT
|
||||
XLIB_LIBXFT_LICENSE_FILES = COPYING
|
||||
XLIB_LIBXFT_INSTALL_STAGING = YES
|
||||
XLIB_LIBXFT_DEPENDENCIES = fontconfig freetype xlib_libX11 xlib_libXext xlib_libXrender xorgproto
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user