initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_XLIB_LIBXFONT2
|
||||
bool "libXfont2"
|
||||
select BR2_PACKAGE_FREETYPE
|
||||
select BR2_PACKAGE_XLIB_LIBFONTENC
|
||||
select BR2_PACKAGE_XLIB_XTRANS
|
||||
select BR2_PACKAGE_XFONT_ENCODINGS
|
||||
select BR2_PACKAGE_XORGPROTO
|
||||
help
|
||||
X.Org Xfont library
|
||||
@@ -0,0 +1,5 @@
|
||||
# From https://lists.x.org/archives/xorg-announce/2021-August/003103.html
|
||||
sha256 aa7c6f211cf7215c0ab4819ed893dc98034363d7b930b844bb43603c2e10b53e libXfont2-2.0.5.tar.bz2
|
||||
sha512 64d0635d14676bb645d61932afb177eb3808a46525b26e7ee31abc975eca75207743e85523fdd82b08010ce124eb4802338b508ee7b126875d2a3c12f8ac4faa libXfont2-2.0.5.tar.bz2
|
||||
# Locally calculated
|
||||
sha256 97e413bb4962bbb5773085cd5405502bf1d4eadeaf98ff5be015eacacc840462 COPYING
|
||||
@@ -0,0 +1,47 @@
|
||||
################################################################################
|
||||
#
|
||||
# xlib_libXfont2
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XLIB_LIBXFONT2_VERSION = 2.0.5
|
||||
XLIB_LIBXFONT2_SOURCE = libXfont2-$(XLIB_LIBXFONT2_VERSION).tar.bz2
|
||||
XLIB_LIBXFONT2_SITE = https://xorg.freedesktop.org/archive/individual/lib
|
||||
XLIB_LIBXFONT2_LICENSE = MIT
|
||||
XLIB_LIBXFONT2_LICENSE_FILES = COPYING
|
||||
XLIB_LIBXFONT2_CPE_ID_VENDOR = x
|
||||
XLIB_LIBXFONT2_CPE_ID_PRODUCT = libxfont
|
||||
XLIB_LIBXFONT2_INSTALL_STAGING = YES
|
||||
# 0001-configure-define-HAVE_LIBBSD-when-libbsd-was-found.patch
|
||||
XLIB_LIBXFONT2_AUTORECONF = YES
|
||||
XLIB_LIBXFONT2_DEPENDENCIES = \
|
||||
freetype \
|
||||
xlib_libfontenc \
|
||||
xlib_xtrans \
|
||||
xorgproto \
|
||||
xfont_encodings
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBBSD),y)
|
||||
XLIB_LIBXFONT2_DEPENDENCIES += libbsd
|
||||
endif
|
||||
|
||||
HOST_XLIB_LIBXFONT2_DEPENDENCIES = \
|
||||
host-freetype \
|
||||
host-xlib_libfontenc \
|
||||
host-xlib_xtrans \
|
||||
host-xorgproto \
|
||||
host-xfont_encodings
|
||||
|
||||
XLIB_LIBXFONT2_CONF_OPTS = --disable-devel-docs
|
||||
HOST_XLIB_LIBXFONT2_CONF_OPTS = --disable-devel-docs
|
||||
|
||||
XLIB_LIBXFONT2_CFLAGS = $(TARGET_CFLAGS)
|
||||
|
||||
ifeq ($(BR2_TOOLCHAIN_HAS_GCC_BUG_85180),y)
|
||||
XLIB_LIBXFONT2_CFLAGS += -O0
|
||||
endif
|
||||
|
||||
XLIB_LIBXFONT2_CONF_ENV = CFLAGS="$(XLIB_LIBXFONT2_CFLAGS)"
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
Reference in New Issue
Block a user