jenkins-core-weekly: update to 2.491
[oi-userland.git] / components / x11 / libxkbcommon / Makefile
blob87ec5394767f252e083c6766028c2d286eeb4493
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2016 Aurelien Larcher
16 X11_CATEGORY=LIB
17 BUILD_STYLE= meson
18 include ../../../make-rules/shared-macros.mk
19 include $(WS_MAKE_RULES)/x11.mk
21 COMPONENT_NAME= libxkbcommon
22 COMPONENT_VERSION= 1.4.1
23 COMPONENT_SUMMARY= xkbcommon - library to handle keyboard descriptions
24 COMPONENT_PROJECT_URL= https://xkbcommon.org/
25 COMPONENT_SRC= $(COMPONENT_NAME)-xkbcommon-$(COMPONENT_VERSION)
26 COMPONENT_ARCHIVE= xkbcommon-$(COMPONENT_VERSION).tar.gz
27 COMPONENT_ARCHIVE_HASH= sha256:3b86670dd91441708dedc32bc7f684a034232fd4a9bb209f53276c9783e9d40e
28 COMPONENT_ARCHIVE_URL= https://github.com/xkbcommon/libxkbcommon/archive/$(COMPONENT_ARCHIVE)
29 COMPONENT_FMRI= x11/library/libxkbcommon
30 COMPONENT_LICENSE_FILE= LICENSE
32 TEST_TARGET= $(TEST_32_and_64)
33 include $(WS_MAKE_RULES)/common.mk
35 CONFIGURE_OPTIONS += -Denable-wayland=false
36 CONFIGURE_ENV += $(COMPONENT_BUILD_ENV)
38 # for tests
39 COMPONENT_TEST_TRANSFORMS += '-e "s/[0-9].[0-9][0-9]s//" '
40 COMPONENT_TEST_TRANSFORMS += \
41 '-n ' \
42 '-e "/Ok:/p" ' \
43 '-e "/Pass:/p" ' \
44 '-e "/Fail:/p" ' \
45 '-e "/Skipped:/p" ' \
46 '-e "/Timeout:/p" '
48 # Auto-generated dependencies
49 REQUIRED_PACKAGES += library/libxml2
50 REQUIRED_PACKAGES += system/library
51 REQUIRED_PACKAGES += x11/library/libxcb