kumquat-buildroot/package/x11r7/xlib_libXfixes/xlib_libXfixes.mk
Bernd Kuhls daf7104a41 package/x11r7/xlib_libXfixes: bump version to 6.0.0
Release notes:
https://lists.x.org/archives/xorg-announce/2021-May/003086.html

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2021-05-18 22:18:19 +02:00

19 lines
649 B
Makefile

################################################################################
#
# xlib_libXfixes
#
################################################################################
XLIB_LIBXFIXES_VERSION = 6.0.0
XLIB_LIBXFIXES_SOURCE = libXfixes-$(XLIB_LIBXFIXES_VERSION).tar.bz2
XLIB_LIBXFIXES_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXFIXES_LICENSE = MIT
XLIB_LIBXFIXES_LICENSE_FILES = COPYING
XLIB_LIBXFIXES_INSTALL_STAGING = YES
XLIB_LIBXFIXES_DEPENDENCIES = xlib_libX11 xorgproto
HOST_XLIB_LIBXFIXES_DEPENDENCIES = \
host-xlib_libX11 host-xorgproto
$(eval $(autotools-package))
$(eval $(host-autotools-package))