Move all to deprecated folder.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
config BR2_PACKAGE_XAPP_XINIT
|
||||
bool "xinit"
|
||||
depends on BR2_USE_MMU # fork()
|
||||
# Runtime dependency: can't start an X server unless there is one
|
||||
depends on BR2_PACKAGE_XSERVER_XORG_SERVER
|
||||
# Runtime dependency; mcookie is also in util-linux
|
||||
select BR2_PACKAGE_MCOOKIE if !BR2_PACKAGE_UTIL_LINUX
|
||||
select BR2_PACKAGE_XAPP_XAUTH
|
||||
select BR2_PACKAGE_XLIB_LIBX11
|
||||
help
|
||||
X Window System initializer
|
||||
@@ -0,0 +1,2 @@
|
||||
# From http://lists.x.org/archives/xorg-announce/2014-September/002477.html
|
||||
sha256 75d88d7397a07e01db253163b7c7a00b249b3d30e99489f2734cac9a0c7902b3 xinit-1.3.4.tar.bz2
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# xapp_xinit
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XAPP_XINIT_VERSION = 1.3.4
|
||||
XAPP_XINIT_SOURCE = xinit-$(XAPP_XINIT_VERSION).tar.bz2
|
||||
XAPP_XINIT_SITE = http://xorg.freedesktop.org/releases/individual/app
|
||||
XAPP_XINIT_DEPENDENCIES = xapp_xauth xlib_libX11
|
||||
XAPP_XINIT_LICENSE = MIT
|
||||
XAPP_XINIT_LICENSE_FILES = COPYING
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user