cd91f23a6a
https://lists.x.org/archives/xorg-announce/2022-October/003233.html Added license file. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
17 lines
567 B
Makefile
17 lines
567 B
Makefile
################################################################################
|
|
#
|
|
# xcb-util-keysyms
|
|
#
|
|
################################################################################
|
|
|
|
XCB_UTIL_KEYSYMS_VERSION = 0.4.1
|
|
XCB_UTIL_KEYSYMS_SOURCE = xcb-util-keysyms-$(XCB_UTIL_KEYSYMS_VERSION).tar.xz
|
|
XCB_UTIL_KEYSYMS_SITE = https://xorg.freedesktop.org/archive/individual/lib
|
|
XCB_UTIL_KEYSYMS_LICENSE = MIT
|
|
XCB_UTIL_KEYSYMS_LICENSE_FILES = COPYING
|
|
XCB_UTIL_KEYSYMS_INSTALL_STAGING = YES
|
|
|
|
XCB_UTIL_KEYSYMS_DEPENDENCIES = host-pkgconf libxcb
|
|
|
|
$(eval $(autotools-package))
|