# # CDDL HEADER START # # The contents of this file are subject to the terms of the # Common Development and Distribution License (the "License"). # You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.illumos.org/license/CDDL. # See the License for the specific language governing permissions # and limitations under the License. # # When distributing Covered Code, include this CDDL HEADER in each # file and include the License file at usr/src/OPENSOLARIS.LICENSE. # If applicable, add the following below this CDDL HEADER, with the # fields enclosed by brackets "[]" replaced with your own identifying # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END # # Copyright (c) 2015, Aurelien Larcher. All rights reserved. # BUILD_BITS= 32_and_64 X11_CATEGORY= LIB include ../../../make-rules/shared-macros.mk include $(WS_MAKE_RULES)/x11.mk COMPONENT_NAME= xcb-util-cursor COMPONENT_VERSION= 0.1.6 COMPONENT_SUMMARY= The X protocol C-language Binding (XCB): Port of Xcursor functions. COMPONENT_ARCHIVE_EXTENSION= .tar.xz COMPONENT_ARCHIVE_HASH= sha256:fdeb8bd127873519be5cc70dcd0d3b5d33b667877200f9925a59fdcad8f7a933 COMPONENT_FMRI= x11/library/xcb-util-cursor COMPONENT_LICENSE_FILE= COPYING include $(WS_MAKE_RULES)/common.mk # Auto-generated dependencies REQUIRED_PACKAGES += system/library REQUIRED_PACKAGES += x11/library/libxcb REQUIRED_PACKAGES += x11/library/xcb-util-image REQUIRED_PACKAGES += x11/library/xcb-util-renderutil