Move buildroot to bsp directory.

This commit is contained in:
2016-11-16 22:05:33 +01:00
parent 317c040ea8
commit 807ab03547
7408 changed files with 0 additions and 0 deletions
@@ -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
@@ -0,0 +1,2 @@
# From http://lists.x.org/archives/xorg-announce/2015-April/002577.html
sha256 2430a2e5302a4cb4a5530c1df8cb3721a149bbf8eb377a2898921a145197f96a xkbevd-1.1.4.tar.bz2
@@ -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))