8dfd59d114
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
18 lines
491 B
Makefile
18 lines
491 B
Makefile
################################################################################
|
|
#
|
|
# xcb-util-keysyms
|
|
#
|
|
################################################################################
|
|
|
|
XCB_UTIL_KEYSYMS_VERSION = 0.3.9
|
|
XCB_UTIL_KEYSYMS_SOURCE = xcb-util-keysyms-$(XCB_UTIL_KEYSYMS_VERSION).tar.bz2
|
|
XCB_UTIL_KEYSYMS_SITE = http://xcb.freedesktop.org/dist/
|
|
|
|
# unfortunately, no license file
|
|
XCB_UTIL_KEYSYMS_LICENSE = MIT
|
|
|
|
XCB_UTIL_KEYSYMS_INSTALL_STAGING = YES
|
|
|
|
$(eval $(autotools-package))
|
|
|