# # This file and its contents are supplied under the terms of the # Common Development and Distribution License ("CDDL"), version 1.0. # You may only use this file in accordance with the terms of version # 1.0 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 2015 Alexander Pyhalov # Copyright 2016 Ken Mays # BUILD_BITS=64 BUILD_STYLE=meson include ../../../make-rules/shared-macros.mk COMPONENT_NAME= mesa-demos COMPONENT_VERSION= 8.5.0 COMPONENT_SUMMARY= The Mesa 3-D Graphics demo applications COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz COMPONENT_ARCHIVE_HASH= sha256:2472818cea452a34229d03084e7c81f94267d14a39c5287379de0fb1dc02caab COMPONENT_ARCHIVE_URL= https://archive.mesa3d.org/demos/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE) COMPONENT_PROJECT_URL = http://www.mesa3d.org/ include $(WS_TOP)/make-rules/common.mk # Auto-generated dependencies REQUIRED_PACKAGES += system/library REQUIRED_PACKAGES += system/library/math REQUIRED_PACKAGES += x11/library/libx11 REQUIRED_PACKAGES += x11/library/libxext