1029N/A###############################################################################
1029N/A#
1356N/A# xcb - Lighter weight X11 client libraries
1029N/A#
1610N/A# Copyright (c) 2010, 2016, Oracle and/or its affiliates. All rights reserved.
1029N/A#
1029N/A# Permission is hereby granted, free of charge, to any person obtaining a
1075N/A# copy of this software and associated documentation files (the "Software"),
1075N/A# to deal in the Software without restriction, including without limitation
1075N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
1075N/A# and/or sell copies of the Software, and to permit persons to whom the
1075N/A# Software is furnished to do so, subject to the following conditions:
1075N/A#
1075N/A# The above copyright notice and this permission notice (including the next
1075N/A# paragraph) shall be included in all copies or substantial portions of the
1075N/A# Software.
1075N/A#
1075N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1075N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1075N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
1075N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1075N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1075N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1075N/A# DEALINGS IN THE SOFTWARE.
1029N/A#
1029N/A
1029N/A# Package name used in tarballs
1029N/AMODULE_NAME=libxcb
1029N/A
1029N/A# Version number (used in path names)
1549N/AMODULE_VERSION=1.11
1029N/A
1029N/A# Checksums for upstream tarball
1549N/ATARBALL_MD5 = 5a873ebd383d1a60612dd6ec6b42c781
1549N/ATARBALL_SHA1 = 8343b417d7eeb2a2c6b6c4a87a03a4fd0fc65c46
1549N/ATARBALL_SHA256= 03635d70045b9ede90778e67516135828a57de87ac508f987024f43c03620ff7
1029N/A
1029N/A# ARC cases that covered this module
1029N/AMODULE_ARC_CASES = PSARC/2010/109
1029N/A
1029N/A# Package metadata
1356N/AMODULE_DESC = the XCB family of X11 client libraries
1123N/AUPSTREAM_PROJECT = xcb
1123N/AUPSTREAM_PROJECT_SET = yes
1029N/A
1029N/A# Patches to apply to source after unpacking, in order
1276N/ASOURCE_PATCHES = Makefile.am.0.patch,-p1
1549N/ASOURCE_PATCHES += manpage.patch
1029N/A
1132N/A# Regenerate Makefile.in's from Makefile.am's after patching them
1132N/AAUTORECONF=yes
1132N/A
1029N/A# Library name (used for specfiles/mapfiles)
1029N/ALIBNAME=xcb
1029N/A
1029N/A# Man pages to apply Sun footer to & attributes to list
1549N/ASUNTOUCHED_MANPAGES= man/xcb-examples.man man/xcb-requests.man
1374N/AMODULE_STABILITY=Volatile
1451N/AMODULE_MTLEVEL=Safe
1451N/AMODULE_MTLEVEL_SET=yes
1374N/ALIB_MAN_SUFFIX=3xcb
1029N/A
1425N/AMODULE_LD_OPTIONS = $(ZDISCARD_UNUSED_DEP) -lc
1029N/ALD_LIBRARY_PATH=$(PROTODIR)/usr/lib$(ARCHLIBSUBDIR)
1029N/A
1029N/A# Command line options to GNU autoconf configure script
1029N/AMODULE_CONFIG_OPTS = $(MODTYPE_CONFIG_OPTS) \
1029N/A --disable-libtool-lock \
1549N/A --enable-devel-docs=no \
1029N/A --enable-composite \
1029N/A --enable-damage \
1029N/A --enable-dpms \
1029N/A --enable-dri2 \
1029N/A --enable-glx \
1029N/A --enable-randr \
1029N/A --enable-record \
1029N/A --enable-render \
1029N/A --enable-resource \
1029N/A --enable-screensaver \
1029N/A --enable-shape \
1029N/A --enable-shm \
1029N/A --enable-sync \
1029N/A --enable-xevie \
1029N/A --enable-xfixes \
1029N/A --enable-xfree86-dri \
1029N/A --enable-xinerama \
1029N/A --enable-xinput \
1029N/A --enable-xprint \
1029N/A --disable-selinux \
1029N/A --enable-xtest \
1029N/A --enable-xv \
1029N/A --enable-xvmc \
1029N/A --with-queue-size=32768 \
1029N/A --with-pic
1029N/A
1029N/A# Work around libtool's interference
1029N/ADELIBTOOLIZE=yes
1029N/A
1029N/A# pkg-config files that need to have -R added
1029N/AFIX_PC_FILES=*.pc.in
1029N/A
1374N/A# Additional rules beyond what upstream provides
1374N/AMODULE_ADD_INSTALL_TARGETS=install_solaris_exts
1374N/A
1375N/Ainclude ../Makefile.inc
1375N/A
1374N/A# Additional files we need to install
1610N/AMANDIR = $(PROTODIR)$(MODULE_MAN_DIR)/man3xcb
1374N/A
1451N/A# Need to apply suntouch changes to man pages generated during build
1374N/Ainstall_solaris_exts: $(INSTALL_DEPS)
1451N/A $(PERL) $(TOP)/open-src/common/suntouch-manpages.pl \
1466N/A $(SUNTOUCH_MAN_FLAGS) $(BUILD_DIR)/src/man/*.3xcb
1374N/A mkdir -p $(MANDIR)
1549N/A ginstall -m 0444 $(SOURCE_DIR)/man/xcb-examples.man \
1451N/A $(MANDIR)/xcb-examples.3xcb
1549N/A ginstall -m 0444 $(SOURCE_DIR)/man/xcb-requests.man \
1451N/A $(MANDIR)/xcb-requests.3xcb
1466N/A ginstall -m 0444 $(BUILD_DIR)/src/man/*.3xcb $(MANDIR)/