rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git] / components / x11 / xcb-util-cursor / Makefile
blobd497e90078b39e2770cff674153ac0f15a6e9b2e
2 # CDDL HEADER START
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.illumos.org/license/CDDL.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
19 # CDDL HEADER END
21 # Copyright (c) 2015, Aurelien Larcher. All rights reserved.
24 BUILD_BITS= 32_and_64
25 X11_CATEGORY= LIB
26 include ../../../make-rules/shared-macros.mk
27 include $(WS_MAKE_RULES)/x11.mk
29 COMPONENT_NAME= xcb-util-cursor
30 COMPONENT_VERSION= 0.1.5
31 COMPONENT_SUMMARY= The X protocol C-language Binding (XCB): Port of Xcursor functions.
32 COMPONENT_ARCHIVE_EXTENSION= .tar.xz
33 COMPONENT_ARCHIVE_HASH= sha256:0caf99b0d60970f81ce41c7ba694e5eaaf833227bb2cbcdb2f6dc9666a663c57
34 COMPONENT_FMRI= x11/library/xcb-util-cursor
35 COMPONENT_LICENSE_FILE= COPYING
37 include $(WS_MAKE_RULES)/common.mk
39 # Auto-generated dependencies
40 REQUIRED_PACKAGES += system/library
41 REQUIRED_PACKAGES += x11/library/libxcb
42 REQUIRED_PACKAGES += x11/library/xcb-util-image
43 REQUIRED_PACKAGES += x11/library/xcb-util-renderutil