Obsolete libXaw5
[oi-userland.git] / components / x11 / libxcb / Makefile
blobdbaad3983e1bd9f5d69413ebf20408512e35d7fd
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) 2013, Aurelien Larcher. All rights reserved.
24 X11_CATEGORY= LIB
25 include ../../../make-rules/shared-macros.mk
26 include $(WS_MAKE_RULES)/x11.mk
28 COMPONENT_NAME= libxcb
29 COMPONENT_VERSION= 1.17.0
30 COMPONENT_FMRI= x11/library/libxcb
31 COMPONENT_SUMMARY= The X protocol C-language Binding (XCB): Libraries
32 COMPONENT_PROJECT_URL= https://xcb.freedesktop.org
33 COMPONENT_ARCHIVE= $(COMPONENT_NAME)-$(COMPONENT_VERSION).tar.xz
34 COMPONENT_ARCHIVE_URL= https://xorg.freedesktop.org/releases/individual/lib/$(COMPONENT_ARCHIVE)
35 COMPONENT_ARCHIVE_HASH= sha256:599ebf9996710fea71622e6e184f3a8ad5b43d0e5fa8c4e407123c88a59a6d55
36 COMPONENT_LICENSE_FILE= COPYING
39 include $(WS_MAKE_RULES)/common.mk
41 CONFIGURE_OPTIONS += --disable-static
42 CONFIGURE_OPTIONS += --enable-shared
43 CONFIGURE_OPTIONS += --disable-libtool-lock
44 CONFIGURE_OPTIONS += --enable-devel-docs=no
45 CONFIGURE_OPTIONS += --enable-composite
46 CONFIGURE_OPTIONS += --enable-damage
47 CONFIGURE_OPTIONS += --enable-dpms
48 CONFIGURE_OPTIONS += --enable-dri2
49 CONFIGURE_OPTIONS += --enable-glx
50 CONFIGURE_OPTIONS += --enable-randr
51 CONFIGURE_OPTIONS += --enable-record
52 CONFIGURE_OPTIONS += --enable-render
53 CONFIGURE_OPTIONS += --enable-resource
54 CONFIGURE_OPTIONS += --enable-screensaver
55 CONFIGURE_OPTIONS += --enable-shape
56 CONFIGURE_OPTIONS += --enable-shm
57 CONFIGURE_OPTIONS += --enable-sync
58 CONFIGURE_OPTIONS += --enable-xevie
59 CONFIGURE_OPTIONS += --enable-xfixes
60 CONFIGURE_OPTIONS += --enable-xfree86-dri
61 CONFIGURE_OPTIONS += --enable-xinerama
62 CONFIGURE_OPTIONS += --enable-xinput
63 CONFIGURE_OPTIONS += --enable-xprint
64 CONFIGURE_OPTIONS += --disable-selinux
65 CONFIGURE_OPTIONS += --enable-xtest
66 CONFIGURE_OPTIONS += --enable-xv
67 CONFIGURE_OPTIONS += --enable-xvmc
68 CONFIGURE_OPTIONS += --with-queue-size=32768
69 CONFIGURE_OPTIONS += --with-pic
71 # Manually added build dependencies
72 REQUIRED_PACKAGES += developer/check
73 REQUIRED_PACKAGES += x11/header/xcb-protocols
74 REQUIRED_PACKAGES += x11/library/libpthread-stubs
76 # Auto-generated dependencies
77 REQUIRED_PACKAGES += system/library
78 REQUIRED_PACKAGES += x11/library/libxau
79 REQUIRED_PACKAGES += x11/library/libxdmcp