Import buildroot 2016.02.01

This commit is contained in:
2016-02-24 22:35:39 +01:00
parent a6ee09dea4
commit 828befcf3c
7393 changed files with 390887 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_XAPP_RSTART
bool "rstart"
depends on BR2_USE_MMU # fork()
select BR2_PACKAGE_XLIB_LIBX11
help
X.Org rstart application

View File

@@ -0,0 +1,2 @@
# From http://lists.x.org/archives/xorg-announce/2013-February/002168.html
sha256 29134e9fdffc8d6ac6904c293b392ba6a493ce571fbd2015485b19a8e4d0ffeb rstart-1.0.5.tar.bz2

View File

@@ -0,0 +1,14 @@
################################################################################
#
# xapp_rstart
#
################################################################################
XAPP_RSTART_VERSION = 1.0.5
XAPP_RSTART_SOURCE = rstart-$(XAPP_RSTART_VERSION).tar.bz2
XAPP_RSTART_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_RSTART_LICENSE = MIT
XAPP_RSTART_LICENSE_FILES = COPYING
XAPP_RSTART_DEPENDENCIES = xlib_libX11
$(eval $(autotools-package))