initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
config BR2_PACKAGE_XDOTOOL
|
||||
bool "xdotool"
|
||||
depends on BR2_PACKAGE_XORG7
|
||||
depends on BR2_USE_MMU # fork()
|
||||
select BR2_PACKAGE_XLIB_LIBXTST
|
||||
select BR2_PACKAGE_XLIB_LIBXINERAMA
|
||||
select BR2_PACKAGE_LIBXKBCOMMON
|
||||
select BR2_PACKAGE_XLIB_LIBX11
|
||||
help
|
||||
Command-line X11 automation tool
|
||||
|
||||
http://www.semicomplete.com/projects/xdotool
|
||||
@@ -0,0 +1,3 @@
|
||||
# locally computed hash
|
||||
sha256 ddafca1239075c203769c17a5a184587731e56fbe0438c09d08f8af1704e117a xdotool-3.20160805.1.tar.gz
|
||||
sha256 129d156c35b1cb19350f3716129173c8c89e019c0497d9df073db5b801becef2 COPYRIGHT
|
||||
@@ -0,0 +1,24 @@
|
||||
################################################################################
|
||||
#
|
||||
# xdotool
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XDOTOOL_VERSION = 3.20160805.1
|
||||
XDOTOOL_SITE = $(call github,jordansissel,xdotool,v$(XDOTOOL_VERSION))
|
||||
XDOTOOL_LICENSE = BSD-3-Clause
|
||||
XDOTOOL_LICENSE_FILES = COPYRIGHT
|
||||
XDOTOOL_DEPENDENCIES = xlib_libXtst xlib_libXinerama libxkbcommon xlib_libX11
|
||||
|
||||
define XDOTOOL_BUILD_CMDS
|
||||
$(TARGET_MAKE_ENV) $(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D)
|
||||
endef
|
||||
|
||||
# Avoid 'install' target to skip 'post-install' which runs ldconfig on host
|
||||
define XDOTOOL_INSTALL_TARGET_CMDS
|
||||
$(TARGET_MAKE_ENV) $(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) \
|
||||
pre-install installlib installprog installheader \
|
||||
PREFIX="$(TARGET_DIR)/usr"
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user