initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
config BR2_PACKAGE_XKEYBOARD_CONFIG
|
||||
bool "xkeyboard-config"
|
||||
# Runtime dependencies
|
||||
select BR2_PACKAGE_XAPP_XKBCOMP if BR2_PACKAGE_XORG7
|
||||
select BR2_PACKAGE_XLIB_LIBX11 if BR2_PACKAGE_XORG7
|
||||
select BR2_PACKAGE_XORGPROTO if BR2_PACKAGE_XORG7
|
||||
help
|
||||
keyboard configuration database for X
|
||||
|
||||
https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config
|
||||
@@ -0,0 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 1feee317ba39b91902b0cbd2987c0c73e6afbfc8f4c096367a5c86c216c036a8 xkeyboard-config-2.32.tar.bz2
|
||||
sha256 6ca90f4b67dced4062894d6d77f4cc39343df9e359fc12f5e5d3c89ef2a3ef6d COPYING
|
||||
@@ -0,0 +1,23 @@
|
||||
################################################################################
|
||||
#
|
||||
# xkeyboard-config
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XKEYBOARD_CONFIG_VERSION = 2.32
|
||||
XKEYBOARD_CONFIG_SOURCE = xkeyboard-config-$(XKEYBOARD_CONFIG_VERSION).tar.bz2
|
||||
XKEYBOARD_CONFIG_SITE = https://www.x.org/releases/individual/data/xkeyboard-config
|
||||
XKEYBOARD_CONFIG_LICENSE = MIT
|
||||
XKEYBOARD_CONFIG_LICENSE_FILES = COPYING
|
||||
|
||||
XKEYBOARD_CONFIG_DEPENDENCIES = \
|
||||
$(BR2_PYTHON3_HOST_DEPENDENCY) \
|
||||
host-gettext \
|
||||
host-xapp_xkbcomp
|
||||
|
||||
# xkeyboard-config.pc
|
||||
XKEYBOARD_CONFIG_INSTALL_STAGING = YES
|
||||
|
||||
XKEYBOARD_CONFIG_CONF_OPTS = --disable-runtime-deps
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user