7bcd829a08
Release notes: https://lists.x.org/archives/xorg-announce/2021-March/003075.html Update license hash after upstream removed trailing whitespaces: https://cgit.freedesktop.org/xorg/app/xkbcomp/commit/COPYING?id=3b3d25dd32ba48fd6d15ca98baf7109af21e1d97 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
18 lines
652 B
Makefile
18 lines
652 B
Makefile
################################################################################
|
|
#
|
|
# xapp_xkbcomp
|
|
#
|
|
################################################################################
|
|
|
|
XAPP_XKBCOMP_VERSION = 1.4.5
|
|
XAPP_XKBCOMP_SOURCE = xkbcomp-$(XAPP_XKBCOMP_VERSION).tar.bz2
|
|
XAPP_XKBCOMP_SITE = http://xorg.freedesktop.org/releases/individual/app
|
|
XAPP_XKBCOMP_LICENSE = MIT
|
|
XAPP_XKBCOMP_LICENSE_FILES = COPYING
|
|
XAPP_XKBCOMP_DEPENDENCIES = xlib_libX11 xlib_libxkbfile
|
|
HOST_XAPP_XKBCOMP_DEPENDENCIES = host-xlib_libX11 host-xlib_libxkbfile
|
|
XAPP_XKBCOMP_CONF_ENV = ac_cv_file___xkbparse_c=yes
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|