mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -09:00
https://lists.x.org/archives/xorg-announce/2025-February/003581.html Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
16 lines
546 B
Makefile
16 lines
546 B
Makefile
################################################################################
|
|
#
|
|
# xapp_xhost
|
|
#
|
|
################################################################################
|
|
|
|
XAPP_XHOST_VERSION = 1.0.10
|
|
XAPP_XHOST_SOURCE = xhost-$(XAPP_XHOST_VERSION).tar.xz
|
|
XAPP_XHOST_SITE = https://xorg.freedesktop.org/archive/individual/app
|
|
XAPP_XHOST_LICENSE = MIT
|
|
XAPP_XHOST_LICENSE_FILES = COPYING
|
|
XAPP_XHOST_DEPENDENCIES = xlib_libX11 xlib_libXmu $(TARGET_NLS_DEPENDENCIES)
|
|
XAPP_XHOST_CONF_ENV = LIBS=$(TARGET_NLS_LIBS)
|
|
|
|
$(eval $(autotools-package))
|