added xvkbd
This commit is contained in:
parent
e0caa0ccc3
commit
8e2c4da5bf
7
package/xvkbd/Config.in
Normal file
7
package/xvkbd/Config.in
Normal file
@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_XVKBD
|
||||
bool "xvkbd"
|
||||
default n
|
||||
help
|
||||
on-screen keyboard for X
|
||||
|
||||
http://homepage3.nifty.com/tsato/xvkbd
|
2405
package/xvkbd/xvkbd-2.8-makefile.patch
Normal file
2405
package/xvkbd/xvkbd-2.8-makefile.patch
Normal file
File diff suppressed because it is too large
Load Diff
21
package/xvkbd/xvkbd.mk
Normal file
21
package/xvkbd/xvkbd.mk
Normal file
@ -0,0 +1,21 @@
|
||||
#############################################################
|
||||
#
|
||||
# xvkbd
|
||||
#
|
||||
#############################################################
|
||||
XVKBD_VERSION = 2.8
|
||||
XVKBD_SOURCE = xvkbd-$(XVKBD_VERSION).tar.gz
|
||||
XVKBD_SITE = http://homepage3.nifty.com/tsato/xvkbd
|
||||
XVKBD_AUTORECONF = NO
|
||||
XVKBD_INSTALL_STAGING = NO
|
||||
XVKBD_INSTALL_TARGET = YES
|
||||
|
||||
XVKBD_MAKE_OPT = CC=$(TARGET_CC) CXX=$(TARGET_CXX) LD=$(TARGET_CC) \
|
||||
CFLAGS="-O2 -I$(STAGING_DIR)/usr/include" USRLIBDIR="$(STAGING_DIR)/usr/lib"
|
||||
|
||||
XVKBD_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
|
||||
|
||||
XVKBD_DEPENDENCIES = uclibc $(XSERVER)
|
||||
|
||||
$(eval $(call AUTOTARGETS,package,xvkbd))
|
||||
|
Loading…
Reference in New Issue
Block a user