generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
8
package/matchbox-fakekey/Config.in
Normal file
8
package/matchbox-fakekey/Config.in
Normal file
@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_MATCHBOX_FAKEKEY
|
||||
bool "matchbox-fakekey"
|
||||
select BR2_PACKAGE_MATCHBOX_LIB
|
||||
select BR2_PACKAGE_XLIB_LIBXTST
|
||||
help
|
||||
Library for simulating key press events under X11.
|
||||
|
||||
http://git.yoctoproject.org/cgit/cgit.cgi/libfakekey/
|
||||
3
package/matchbox-fakekey/matchbox-fakekey.hash
Normal file
3
package/matchbox-fakekey/matchbox-fakekey.hash
Normal file
@ -0,0 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 4e2fdc9bc20df469d53885c40e104122140131e06d4c184902070ec0b0f2ca9f libfakekey-0.3.tar.bz2
|
||||
sha256 3271662131760e9b30dd92495a0ea0b598fc457798cc67948947365299dd607d src/libfakekey.c
|
||||
26
package/matchbox-fakekey/matchbox-fakekey.mk
Normal file
26
package/matchbox-fakekey/matchbox-fakekey.mk
Normal file
@ -0,0 +1,26 @@
|
||||
################################################################################
|
||||
#
|
||||
# matchbox-fakekey
|
||||
#
|
||||
################################################################################
|
||||
|
||||
MATCHBOX_FAKEKEY_VERSION = 0.3
|
||||
MATCHBOX_FAKEKEY_SOURCE = libfakekey-$(MATCHBOX_FAKEKEY_VERSION).tar.bz2
|
||||
MATCHBOX_FAKEKEY_SITE = \
|
||||
http://git.yoctoproject.org/cgit/cgit.cgi/libfakekey/snapshot
|
||||
MATCHBOX_FAKEKEY_LICENSE = GPL-2.0+
|
||||
MATCHBOX_FAKEKEY_LICENSE_FILES = src/libfakekey.c
|
||||
# From git
|
||||
MATCHBOX_FAKEKEY_AUTORECONF = YES
|
||||
MATCHBOX_FAKEKEY_INSTALL_STAGING = YES
|
||||
MATCHBOX_FAKEKEY_DEPENDENCIES = matchbox-lib xlib_libXtst
|
||||
MATCHBOX_FAKEKEY_CONF_OPTS = --enable-expat
|
||||
|
||||
define MATCHBOX_FAKEKEY_POST_CONFIGURE_FIXES
|
||||
$(SED) 's:^SUBDIRS = fakekey src tests.*:SUBDIRS = fakekey src:g' \
|
||||
$(@D)/Makefile
|
||||
endef
|
||||
|
||||
MATCHBOX_FAKEKEY_POST_CONFIGURE_HOOKS += MATCHBOX_FAKEKEY_POST_CONFIGURE_FIXES
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user