initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_XAPP_XSETPOINTER
|
||||
bool "xsetpointer"
|
||||
select BR2_PACKAGE_XLIB_LIBX11
|
||||
select BR2_PACKAGE_XLIB_LIBXI
|
||||
select BR2_PACKAGE_XORGPROTO
|
||||
help
|
||||
set an X Input device as the main pointer
|
||||
@@ -0,0 +1,6 @@
|
||||
# From https://lists.freedesktop.org/archives/xorg-announce/2006-November/000150.html
|
||||
md5 9e5bcbeda4aaf02bfa095e41d30baee4 xsetpointer-1.0.1.tar.bz2
|
||||
sha1 a8b01c6f27625a6f6943f9be17b1e5511f69d710 xsetpointer-1.0.1.tar.bz2
|
||||
# locally computed
|
||||
sha256 495d88871eb5081e98bbae55f813f73cb3ce4145d6ca3e8f2826800166c04571 xsetpointer-1.0.1.tar.bz2
|
||||
sha256 8f22998f14924220f0f530660811d24e5371a8d7672287c9d22f1eafb7256863 COPYING
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# xapp_xsetpointer
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XAPP_XSETPOINTER_VERSION = 1.0.1
|
||||
XAPP_XSETPOINTER_SOURCE = xsetpointer-$(XAPP_XSETPOINTER_VERSION).tar.bz2
|
||||
XAPP_XSETPOINTER_SITE = http://xorg.freedesktop.org/releases/individual/app
|
||||
XAPP_XSETPOINTER_LICENSE = MIT
|
||||
XAPP_XSETPOINTER_LICENSE_FILES = COPYING
|
||||
XAPP_XSETPOINTER_DEPENDENCIES = xlib_libX11 xlib_libXi xorgproto
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user