kumquat-buildroot/package/x11r7/xapp_xcompmgr/xapp_xcompmgr.mk
Bernd Kuhls 59d64c57c7 package/x11r7/xapp_xcompmgr: bump version to 1.1.9
https://lists.x.org/archives/xorg-announce/2022-November/003254.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:32:42 +01:00

20 lines
569 B
Makefile

################################################################################
#
# xapp_xcompmgr
#
################################################################################
XAPP_XCOMPMGR_VERSION = 1.1.9
XAPP_XCOMPMGR_SOURCE = xcompmgr-$(XAPP_XCOMPMGR_VERSION).tar.xz
XAPP_XCOMPMGR_SITE = https://xorg.freedesktop.org/archive/individual/app
XAPP_XCOMPMGR_LICENSE = MIT
XAPP_XCOMPMGR_LICENSE_FILES = COPYING
XAPP_XCOMPMGR_DEPENDENCIES = \
xlib_libXcomposite \
xlib_libXdamage \
xlib_libXext \
xlib_libXfixes \
xlib_libXrender
$(eval $(autotools-package))