components/gnome/clutter/Makefile
author Rich Burridge <rich.burridge@oracle.com>
Thu, 23 Feb 2017 13:46:52 -0800
changeset 7687 1093e2a9adbd
parent 7293 a449e2e641be
permissions -rw-r--r--
25590368 Userland components should include "upstream" release tracking information
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6390
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     1
#
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     3
#
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     7
#
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    12
#
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    18
#
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    20
#
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    21
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    22
#
7687
1093e2a9adbd 25590368 Userland components should include "upstream" release tracking information
Rich Burridge <rich.burridge@oracle.com>
parents: 7293
diff changeset
    23
# Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
6390
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    24
#
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    25
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    26
BUILD_BITS =            32_and_64
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    27
# All components using gobject-introspection must be built with gcc as
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    28
# gobject-introspection does not produce correct results when using Studio.
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    29
COMPILER =              gcc
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    30
include ../../../make-rules/shared-macros.mk
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    31
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    32
COMPONENT_NAME=		clutter
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    33
COMPONENT_VERSION=	1.24.0
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    34
COMPONENT_PROJECT_URL=	http://www.clutter-project.org/
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    35
COMPONENT_ARCHIVE_HASH=	\
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    36
	sha256:85c87d5745b97af7633776419a47421aae7cea66c1b870f88cc5e06a4c5626e6
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    37
COMPONENT_BUGDB=        library/clutter
7687
1093e2a9adbd 25590368 Userland components should include "upstream" release tracking information
Rich Burridge <rich.burridge@oracle.com>
parents: 7293
diff changeset
    38
COMPONENT_ANITYA_ID=	302
6390
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    39
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    40
TPNO=			24625
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    41
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    42
# Requires cogl modules - disable till we get the fixed cogl on build servers
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    43
TEST_TARGET = $(SKIP_TEST)
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    44
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    45
# Needs gobject-introspection, not available on S11.
7293
a449e2e641be 25049244 Undo the temporary Makefile changes made for getting gnome components to build
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents: 6390
diff changeset
    46
include $(WS_MAKE_RULES)/no-evaluation.mk
6390
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    47
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    48
include $(WS_MAKE_RULES)/gnome-component.mk
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    49
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    50
# Uses gcc extensions for void returns.
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    51
CFLAGS.studio += $(studio_FEATURES_EXTENSIONS)
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    52
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    53
CONFIGURE_OPTIONS += --disable-static
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    54
# Required for other components.
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    55
CONFIGURE_OPTIONS += --enable-introspection
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    56
CONFIGURE_OPTIONS += --enable-shared
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    57
# Required for other components.
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    58
CONFIGURE_OPTIONS += --enable-gdk-backend
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    59
# Required for other components.
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    60
CONFIGURE_OPTIONS += --enable-gdk-pixbuf
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    61
# Required for other components.
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    62
CONFIGURE_OPTIONS += --enable-x11-backend
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    63
# Required for other components.
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    64
CONFIGURE_OPTIONS += --enable-xinput
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    65
CONFIGURE_OPTIONS += --with-pic
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    66
CONFIGURE_OPTIONS += --with-x
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    67
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    68
REQUIRED_PACKAGES += developer/documentation-tool/gtk-doc
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    69
REQUIRED_PACKAGES += library/desktop/atk
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    70
REQUIRED_PACKAGES += library/desktop/cairo
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    71
REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    72
REQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    73
REQUIRED_PACKAGES += library/desktop/gtk3
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    74
REQUIRED_PACKAGES += library/desktop/pango
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    75
REQUIRED_PACKAGES += library/glib2
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    76
REQUIRED_PACKAGES += library/graphics/cogl
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    77
REQUIRED_PACKAGES += library/json-glib
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    78
REQUIRED_PACKAGES += system/library/fontconfig
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    79
REQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    80
REQUIRED_PACKAGES += system/library/math
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    81
REQUIRED_PACKAGES += x11/library/libx11
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    82
REQUIRED_PACKAGES += x11/library/libxcomposite
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    83
REQUIRED_PACKAGES += x11/library/libxdamage
b453d81e6fdc 23245281 Move clutter to Userland and update to 1.24.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    84
REQUIRED_PACKAGES += x11/library/libxi