initial buildroot for linux 5.15

This commit is contained in:
Huan.Feng
2021-12-06 14:12:13 +08:00
parent d7767d594e
commit 7b6fc358fa
12736 changed files with 508822 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
config BR2_PACKAGE_XAPP_XCLIPBOARD
bool "xclipboard"
select BR2_PACKAGE_XLIB_LIBXAW
help
interchange between cut buffer and selection
@@ -0,0 +1,4 @@
# From http://lists.x.org/archives/xorg-announce/2013-September/002299.html
sha256 9c0e0a1f4f1d49f73c6cf3ccd27b5ca0e18afc63679f1a1ee466b1d82446ebb5 xclipboard-1.1.3.tar.bz2
# Locally computed
sha256 f0a362fc1b8e788845b1c0ad7ba9ade58fdfb73da750c3b9780db5d70b947657 COPYING
@@ -0,0 +1,15 @@
################################################################################
#
# xapp_xclipboard
#
################################################################################
XAPP_XCLIPBOARD_VERSION = 1.1.3
XAPP_XCLIPBOARD_SOURCE = xclipboard-$(XAPP_XCLIPBOARD_VERSION).tar.bz2
XAPP_XCLIPBOARD_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XCLIPBOARD_LICENSE = MIT
XAPP_XCLIPBOARD_LICENSE_FILES = COPYING
XAPP_XCLIPBOARD_DEPENDENCIES = xlib_libXaw xlib_libXmu xlib_libXt
XAPP_XCLIPBOARD_CONF_OPTS = --with-appdefaultdir=/usr/share/X11/app-defaults
$(eval $(autotools-package))