Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_XAPP_XKBEVD
bool "xkbevd"
depends on BR2_USE_MMU # fork()
select BR2_PACKAGE_XLIB_LIBXKBFILE
help
XKB event daemon

View File

@@ -0,0 +1,2 @@
# From http://lists.x.org/archives/xorg-announce/2015-April/002577.html
sha256 2430a2e5302a4cb4a5530c1df8cb3721a149bbf8eb377a2898921a145197f96a xkbevd-1.1.4.tar.bz2

View File

@@ -0,0 +1,14 @@
################################################################################
#
# xapp_xkbevd
#
################################################################################
XAPP_XKBEVD_VERSION = 1.1.4
XAPP_XKBEVD_SOURCE = xkbevd-$(XAPP_XKBEVD_VERSION).tar.bz2
XAPP_XKBEVD_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XKBEVD_LICENSE = MIT
XAPP_XKBEVD_LICENSE_FILES = COPYING
XAPP_XKBEVD_DEPENDENCIES = xlib_libxkbfile
$(eval $(autotools-package))