xapp_xinit: removed in X11R7.7

This commit is contained in:
Jesper Baekdahl 2013-03-20 09:30:12 +01:00
parent e31f61dcfd
commit 96182fac06
5 changed files with 1 additions and 25 deletions

View File

@ -103,7 +103,6 @@ if BR2_PACKAGE_XORG7
source package/x11r7/xapp_xgamma/Config.in
source package/x11r7/xapp_xgc/Config.in
source package/x11r7/xapp_xhost/Config.in
source package/x11r7/xapp_xinit/Config.in
source package/x11r7/xapp_xinput/Config.in
source package/x11r7/xapp_xinput-calibrator/Config.in
source package/x11r7/xapp_xkbcomp/Config.in

View File

@ -2,7 +2,6 @@ config BR2_PACKAGE_XAPP_XDM
bool "xdm"
# Runtime dependency: can't start an X server unless there is one
depends on BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_XAPP_XINIT
select BR2_PACKAGE_XAPP_SESSREG
select BR2_PACKAGE_XAPP_XRDB
select BR2_PACKAGE_XLIB_LIBX11

View File

@ -8,7 +8,7 @@ XAPP_XDM_VERSION = 1.1.11
XAPP_XDM_SOURCE = xdm-$(XAPP_XDM_VERSION).tar.bz2
XAPP_XDM_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XDM_CONF_ENV = ac_cv_file__dev_urandom=yes
XAPP_XDM_DEPENDENCIES = xapp_xinit xapp_sessreg xapp_xrdb xlib_libX11 xlib_libXaw xlib_libXdmcp xlib_libXinerama xlib_libXt xproto_xineramaproto xproto_xproto
XAPP_XDM_DEPENDENCIES = xapp_sessreg xapp_xrdb xlib_libX11 xlib_libXaw xlib_libXdmcp xlib_libXinerama xlib_libXt xproto_xineramaproto xproto_xproto
XAPP_XDM_CONF_OPT = --with-utmp-file=/var/adm/utmpx \
--with-wtmp-file=/var/adm/wtmpx

View File

@ -1,10 +0,0 @@
config BR2_PACKAGE_XAPP_XINIT
bool "xinit"
# 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

View File

@ -1,12 +0,0 @@
################################################################################
#
# xapp_xinit -- X Window System initializer
#
################################################################################
XAPP_XINIT_VERSION = 1.3.2
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
$(eval $(autotools-package))