mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
2400
package/xvkbd/0001-makefile.patch
Normal file
2400
package/xvkbd/0001-makefile.patch
Normal file
File diff suppressed because it is too large
Load Diff
16
package/xvkbd/Config.in
Normal file
16
package/xvkbd/Config.in
Normal file
@@ -0,0 +1,16 @@
|
||||
config BR2_PACKAGE_XVKBD
|
||||
bool "xvkbd"
|
||||
depends on BR2_PACKAGE_XORG7
|
||||
select BR2_PACKAGE_XLIB_LIBICE
|
||||
select BR2_PACKAGE_XLIB_LIBSM
|
||||
select BR2_PACKAGE_XLIB_LIBX11
|
||||
select BR2_PACKAGE_XLIB_LIBXAW
|
||||
select BR2_PACKAGE_XLIB_LIBXEXT
|
||||
select BR2_PACKAGE_XLIB_LIBXMU
|
||||
select BR2_PACKAGE_XLIB_LIBXPM
|
||||
select BR2_PACKAGE_XLIB_LIBXT
|
||||
select BR2_PACKAGE_XLIB_LIBXTST
|
||||
help
|
||||
on-screen keyboard for X
|
||||
|
||||
http://t-sato.in.coocan.jp/xvkbd
|
||||
4
package/xvkbd/xvkbd.hash
Normal file
4
package/xvkbd/xvkbd.hash
Normal file
@@ -0,0 +1,4 @@
|
||||
# Locally calculated
|
||||
sha256 b81c37ddfb7b78993dad15d304f8fd78e540d57c0a72f7e3316fd45fba919a9d xvkbd-3.9.tar.gz
|
||||
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
|
||||
sha256 7f72a6f6e9a183efe65fb22c77f41bf076582f8a375881129461f50652af61e4 README
|
||||
34
package/xvkbd/xvkbd.mk
Normal file
34
package/xvkbd/xvkbd.mk
Normal file
@@ -0,0 +1,34 @@
|
||||
################################################################################
|
||||
#
|
||||
# xvkbd
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XVKBD_VERSION = 3.9
|
||||
XVKBD_SITE = http://t-sato.in.coocan.jp/xvkbd
|
||||
XVKBD_LICENSE = GPL-2.0+
|
||||
XVKBD_LICENSE_FILES = COPYING README
|
||||
|
||||
# Passing USRLIBDIR ensures that the stupid Makefile doesn't add
|
||||
# /usr/lib to the library search path.
|
||||
define XVKBD_BUILD_CMDS
|
||||
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) $(TARGET_CONFIGURE_OPTS) \
|
||||
USRLIBDIR="$(STAGING_DIR)/usr/lib"
|
||||
endef
|
||||
|
||||
define XVKBD_INSTALL_TARGET_CMDS
|
||||
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) DESTDIR=$(TARGET_DIR) install
|
||||
endef
|
||||
|
||||
XVKBD_DEPENDENCIES = \
|
||||
xlib_libICE \
|
||||
xlib_libSM \
|
||||
xlib_libX11 \
|
||||
xlib_libXaw \
|
||||
xlib_libXext \
|
||||
xlib_libXmu \
|
||||
xlib_libXpm \
|
||||
xlib_libXt \
|
||||
xlib_libXtst
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user