kumquat-buildroot/package/x11r7/xlib_libXdamage/xlib_libXdamage.mk
Bernd Kuhls bac3d21a3f package/x11r7/xlib_libXdamage: bump version to 1.1.6
https://lists.x.org/archives/xorg-announce/2022-December/003277.html
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-12-09 17:31:36 +01:00

16 lines
568 B
Makefile

################################################################################
#
# xlib_libXdamage
#
################################################################################
XLIB_LIBXDAMAGE_VERSION = 1.1.6
XLIB_LIBXDAMAGE_SOURCE = libXdamage-$(XLIB_LIBXDAMAGE_VERSION).tar.xz
XLIB_LIBXDAMAGE_SITE = https://xorg.freedesktop.org/archive/individual/lib
XLIB_LIBXDAMAGE_LICENSE = MIT
XLIB_LIBXDAMAGE_LICENSE_FILES = COPYING
XLIB_LIBXDAMAGE_INSTALL_STAGING = YES
XLIB_LIBXDAMAGE_DEPENDENCIES = xlib_libX11 xlib_libXfixes xorgproto
$(eval $(autotools-package))