bac3d21a3f
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>
16 lines
568 B
Makefile
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))
|