c23d0d8b7f
- Update hash of README: lots of updates (year, changelog, ...) - Drop patch and switch to autotools infrastructure to use the new configure script added in this release - Add patch to fix install Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
26 lines
542 B
Makefile
26 lines
542 B
Makefile
################################################################################
|
|
#
|
|
# xvkbd
|
|
#
|
|
################################################################################
|
|
|
|
XVKBD_VERSION = 4.0
|
|
XVKBD_SITE = http://t-sato.in.coocan.jp/xvkbd
|
|
XVKBD_LICENSE = GPL-2.0+
|
|
XVKBD_LICENSE_FILES = COPYING README
|
|
# We're patching Makefile.am
|
|
XVKBD_AUTORECONF = YES
|
|
|
|
XVKBD_DEPENDENCIES = \
|
|
xlib_libICE \
|
|
xlib_libSM \
|
|
xlib_libX11 \
|
|
xlib_libXaw \
|
|
xlib_libXext \
|
|
xlib_libXmu \
|
|
xlib_libXpm \
|
|
xlib_libXt \
|
|
xlib_libXtst
|
|
|
|
$(eval $(autotools-package))
|