dc8b8c868a
Even though xinit isn't included in the X11R7.7 release it is very useful for debugging and quick tests. Reinstante it without xdm requiring it though. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 lines
443 B
Makefile
13 lines
443 B
Makefile
################################################################################
|
|
#
|
|
# 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))
|