################################################################################ | |
# | |
# xapp_xhost -- Controls host and/or user access to a running X server. | |
# | |
################################################################################ | |
XAPP_XHOST_VERSION = 1.0.3 | |
XAPP_XHOST_SOURCE = xhost-$(XAPP_XHOST_VERSION).tar.bz2 | |
XAPP_XHOST_SITE = http://xorg.freedesktop.org/releases/individual/app | |
XAPP_XHOST_DEPENDENCIES = xlib_libX11 xlib_libXmu | |
$(eval $(call AUTOTARGETS)) |