mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-12 06:43:43 +08:00
ef8faec32d
https://lists.x.org/archives/xorg-announce/2022-October/003221.html Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
15 lines
442 B
Makefile
15 lines
442 B
Makefile
################################################################################
|
|
#
|
|
# xapp_xgc
|
|
#
|
|
################################################################################
|
|
|
|
XAPP_XGC_VERSION = 1.0.6
|
|
XAPP_XGC_SOURCE = xgc-$(XAPP_XGC_VERSION).tar.xz
|
|
XAPP_XGC_SITE = https://xorg.freedesktop.org/archive/individual/app
|
|
XAPP_XGC_LICENSE = MIT
|
|
XAPP_XGC_LICENSE_FILES = COPYING
|
|
XAPP_XGC_DEPENDENCIES = xlib_libXaw
|
|
|
|
$(eval $(autotools-package))
|