6c9d0828fc
- Drop patch (already in version) and so autoreconf - Update hash of README (update in year, version, miscellaneous information) - Update indentaton in hash file (two spaces) Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
24 lines
490 B
Makefile
24 lines
490 B
Makefile
################################################################################
|
|
#
|
|
# xvkbd
|
|
#
|
|
################################################################################
|
|
|
|
XVKBD_VERSION = 4.1
|
|
XVKBD_SITE = http://t-sato.in.coocan.jp/xvkbd
|
|
XVKBD_LICENSE = GPL-2.0+
|
|
XVKBD_LICENSE_FILES = COPYING README
|
|
|
|
XVKBD_DEPENDENCIES = \
|
|
xlib_libICE \
|
|
xlib_libSM \
|
|
xlib_libX11 \
|
|
xlib_libXaw \
|
|
xlib_libXext \
|
|
xlib_libXmu \
|
|
xlib_libXpm \
|
|
xlib_libXt \
|
|
xlib_libXtst
|
|
|
|
$(eval $(autotools-package))
|