pulseaudio: fix dependencies for openssl-3
[oi-userland.git] / components / x11 / glw / Makefile
blobe9d24e66bde3df49dbf134f7c1560f0b18c0a1e6
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
15 BUILD_BITS=32_and_64
16 COMPONENT_X11_DEFAULTS=no
18 include ../../../make-rules/shared-macros.mk
19 include $(WS_MAKE_RULES)/x11.mk
21 COMPONENT_NAME= glw
22 COMPONENT_VERSION= 8.0.0
23 COMPONENT_REVISION= 1
24 COMPONENT_SUMMARY= libglw part of the Mesa 3-D Graphics Library
25 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
26 COMPONENT_ARCHIVE= $(COMPONENT_NAME)-$(COMPONENT_VERSION).tar.bz2
27 COMPONENT_ARCHIVE_HASH= \
28 sha256:2da1d06e825f073dcbad264aec7b45c649100e5bcde688ac3035b34c8dbc8597
29 COMPONENT_ARCHIVE_URL= \
30 ftp://ftp.freedesktop.org/pub/mesa/glw/$(COMPONENT_ARCHIVE)
31 COMPONENT_PROJECT_URL = http://www.mesa3d.org/
33 include $(WS_MAKE_RULES)/common.mk
35 PATCH_LEVEL=0
37 LDFLAGS= -L$(X11_SERVERLIBS_DIR) -R$(X11_SERVERLIBS_DIR)
39 # 2023-07-14 Stephan Althaus - motif deactivated because of missing sources/package in the oi-userland tree
40 #CONFIGURE_OPTIONS += --enable-motif
41 REQUIRED_PACKAGES += developer/build/autoconf/xorg-macros
42 REQUIRED_PACKAGES += x11/header/x11-protocols
44 # Auto-generated dependencies
45 REQUIRED_PACKAGES += system/library
46 REQUIRED_PACKAGES += x11/library/libx11
47 REQUIRED_PACKAGES += x11/library/toolkit/libxt