pulseaudio: fix dependencies for openssl-3
[oi-userland.git] / components / x11 / x11-protocols / Makefile
blob4e682041eaabff36c8b62b7cb5bb64cc66b422a7
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 2015 Alexander Pyhalov
14 # Copyright 2019 Aurelien Larcher
16 include ../../../make-rules/shared-macros.mk
17 include $(WS_MAKE_RULES)/x11.mk
19 COMPONENT_NAME= xorgproto
20 COMPONENT_VERSION= 2024.1
21 COMPONENT_REVISION= 1
22 COMPONENT_FMRI= x11/header/x11-protocols
23 COMPONENT_SUMMARY= X Window System protocol definitions
24 COMPONENT_CLASSIFICATION= Development/X11
25 OMPONENT_PROJECT_URL= $(XORG_PROJECT_URL)
26 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
27 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz
28 COMPONENT_ARCHIVE_HASH= sha256:372225fd40815b8423547f5d890c5debc72e88b91088fbfb13158c20495ccb59
29 COMPONENT_ARCHIVE_URL= $(XORG_PROTO_BASE_URL)/$(COMPONENT_ARCHIVE)
30 COMPONENT_LICENSE= MIT
32 include $(WS_MAKE_RULES)/common.mk
34 PATH= $(PATH.gnu)
36 COMPONENT_PREP_ACTION +=( cd $(@D); autoreconf -fiv );
38 CONFIGURE_OPTIONS+= --sysconfdir=/etc
39 CONFIGURE_OPTIONS+= --without-xmlto
40 CONFIGURE_OPTIONS+= --without-fop
41 CONFIGURE_OPTIONS+= --localstatedir=/var
42 CONFIGURE_OPTIONS+= --enable-legacy
44 COMPONENT_INSTALL_ARGS += pkgconfigdir=/usr/share/pkgconfig
46 # Build dependencies
47 REQUIRED_PACKAGES += developer/build/autoconf/xorg-macros
49 # Auto-generated dependencies