Andreas Wacknitz
2024-04-04 8590298b09ebad29af56370cd23105cd0931b389
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL)". You may
# only use this file in accordance with the terms of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source. A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
 
#
# Copyright (c) 2016 Aurelien Larcher
# Copyright (c) 2018 Michal Nowak
# Copyright (c) 2022 Andreas Wacknitz
#
 
X11_CATEGORY= LIB
BUILD_STYLE= meson
BUILD_BITS=32_and_64
include ../../../make-rules/shared-macros.mk
include $(WS_MAKE_RULES)/x11.mk
 
COMPONENT_NAME=    libepoxy
COMPONENT_VERSION= 1.5.10
COMPONENT_FMRI=       x11/library/libepoxy
COMPONENT_SUMMARY= library for handling OpenGL function pointers
COMPONENT_CLASSIFICATION=System/Hardware
COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH=    sha256:a7ced37f4102b745ac86d6a70a9da399cc139ff168ba6b8002b4d8d43c900c15
COMPONENT_ARCHIVE_URL=    https://github.com/anholt/libepoxy/archive/refs/tags/$(COMPONENT_VERSION).tar.gz
 
include $(WS_MAKE_RULES)/common.mk
 
#CONFIGURE_OPTIONS += -Degl=no
CONFIGURE_OPTIONS += -Dtests=true
 
# Remove measured times (eg. 1.16s):
COMPONENT_TEST_TRANSFORMS += '-e "s/[0-9].[0-9][0-9]s//" '
 
# Auto-generated dependencies
REQUIRED_PACKAGES += system/library