0978ae1d5e
https://lists.x.org/archives/xorg-announce/2022-October/003224.html Updated license hash due to upstream commits:621f61f7d3
f84dcc7fef
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
16 lines
537 B
Makefile
16 lines
537 B
Makefile
################################################################################
|
|
#
|
|
# xlib_libXmu
|
|
#
|
|
################################################################################
|
|
|
|
XLIB_LIBXMU_VERSION = 1.1.4
|
|
XLIB_LIBXMU_SOURCE = libXmu-$(XLIB_LIBXMU_VERSION).tar.xz
|
|
XLIB_LIBXMU_SITE = https://xorg.freedesktop.org/archive/individual/lib
|
|
XLIB_LIBXMU_LICENSE = MIT
|
|
XLIB_LIBXMU_LICENSE_FILES = COPYING
|
|
XLIB_LIBXMU_INSTALL_STAGING = YES
|
|
XLIB_LIBXMU_DEPENDENCIES = xlib_libX11 xlib_libXext xlib_libXt xorgproto
|
|
|
|
$(eval $(autotools-package))
|