https://lists.x.org/archives/xorg-announce/2022-December/003284.html https://lists.x.org/archives/xorg-announce/2022-August/003201.html Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
19 lines
653 B
Makefile
19 lines
653 B
Makefile
################################################################################
|
|
#
|
|
# xlib_libXau
|
|
#
|
|
################################################################################
|
|
|
|
XLIB_LIBXAU_VERSION = 1.0.11
|
|
XLIB_LIBXAU_SOURCE = libXau-$(XLIB_LIBXAU_VERSION).tar.xz
|
|
XLIB_LIBXAU_SITE = http://xorg.freedesktop.org/releases/individual/lib
|
|
XLIB_LIBXAU_LICENSE = MIT
|
|
XLIB_LIBXAU_LICENSE_FILES = COPYING
|
|
XLIB_LIBXAU_INSTALL_STAGING = YES
|
|
XLIB_LIBXAU_DEPENDENCIES = host-pkgconf xutil_util-macros xorgproto
|
|
HOST_XLIB_LIBXAU_DEPENDENCIES = \
|
|
host-pkgconf host-xutil_util-macros host-xorgproto
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|