kumquat-buildroot/package/x11r7/xlib_libxkbfile/xlib_libxkbfile.mk
Bernd Kuhls 7e47ac2d8d package/x11r7/xlib_libxkbfile: bump version to 1.0.9
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-07-13 10:10:56 +02:00

17 lines
593 B
Makefile

################################################################################
#
# xlib_libxkbfile
#
################################################################################
XLIB_LIBXKBFILE_VERSION = 1.0.9
XLIB_LIBXKBFILE_SOURCE = libxkbfile-$(XLIB_LIBXKBFILE_VERSION).tar.bz2
XLIB_LIBXKBFILE_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBXKBFILE_LICENSE = MIT
XLIB_LIBXKBFILE_LICENSE_FILES = COPYING
XLIB_LIBXKBFILE_INSTALL_STAGING = YES
XLIB_LIBXKBFILE_DEPENDENCIES = xlib_libX11 xproto_kbproto
$(eval $(autotools-package))
$(eval $(host-autotools-package))