mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-05-02 06:32:42 +01:00
17 lines
612 B
Makefile
17 lines
612 B
Makefile
################################################################################
|
|
#
|
|
# xkeyboard-config
|
|
#
|
|
################################################################################
|
|
|
|
XKEYBOARD_CONFIG_VERSION = 2.22
|
|
XKEYBOARD_CONFIG_SOURCE = xkeyboard-config-$(XKEYBOARD_CONFIG_VERSION).tar.bz2
|
|
XKEYBOARD_CONFIG_SITE = http://www.x.org/releases/individual/data/xkeyboard-config
|
|
XKEYBOARD_CONFIG_LICENSE = MIT
|
|
XKEYBOARD_CONFIG_LICENSE_FILES = COPYING
|
|
|
|
XKEYBOARD_CONFIG_CONF_OPTS = --disable-runtime-deps
|
|
XKEYBOARD_CONFIG_DEPENDENCIES = host-gettext host-intltool host-xapp_xkbcomp
|
|
|
|
$(eval $(autotools-package))
|