c2cac732f0
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 lines
474 B
Makefile
15 lines
474 B
Makefile
################################################################################
|
|
#
|
|
# xapp_xkbevd
|
|
#
|
|
################################################################################
|
|
|
|
XAPP_XKBEVD_VERSION = 1.1.4
|
|
XAPP_XKBEVD_SOURCE = xkbevd-$(XAPP_XKBEVD_VERSION).tar.bz2
|
|
XAPP_XKBEVD_SITE = http://xorg.freedesktop.org/releases/individual/app
|
|
XAPP_XKBEVD_LICENSE = MIT
|
|
XAPP_XKBEVD_LICENSE_FILES = COPYING
|
|
XAPP_XKBEVD_DEPENDENCIES = xlib_libxkbfile
|
|
|
|
$(eval $(autotools-package))
|