components/gnome/mutter/Makefile
changeset 7624 50e5cc11a34e
parent 7337 c2818a459e7b
child 7685 a7ec984d7d4c
equal deleted inserted replaced
7622:845d86079203 7624:50e5cc11a34e
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 BUILD_BITS =            64_and_32
    26 BUILD_BITS =            64_and_32
    27 # All components using gobject-introspection must be built with gcc as
    27 # All components using gobject-introspection must be built with gcc as
    28 # gobject-introspection does not produce correct results when using Studio.
    28 # gobject-introspection does not produce correct results when using Studio.
    70 # Needed due to patch to configure.ac.
    70 # Needed due to patch to configure.ac.
    71 COMPONENT_PREP_ACTION += (cd $(@D); autoreconf -fiv);
    71 COMPONENT_PREP_ACTION += (cd $(@D); autoreconf -fiv);
    72 
    72 
    73 CONFIGURE_ENV += PATH=$(GNUBIN):$(PATH)
    73 CONFIGURE_ENV += PATH=$(GNUBIN):$(PATH)
    74 
    74 
    75 # Delete this when build servers are installed with gnome-settings-daemon
       
    76 UNINSTALLED_DEPS = gnome-settings-daemon libgweather
       
    77 DEPENDED += $(UNINSTALLED_DEPS:%=../%/build/manifest-$(MACH)-*.depend)
       
    78 REQUIRED_PACKAGES += $(shell $(GSED) -n -e '/GSED/d' -e 's/REQUIRED_PACKAGES += //p' $(UNINSTALLED_DEPS:%=../%/Makefile))
       
    79 #end Delete
       
    80 
       
    81 REQUIRED_PACKAGES += developer/documentation-tool/gtk-doc
    75 REQUIRED_PACKAGES += developer/documentation-tool/gtk-doc
    82 REQUIRED_PACKAGES += gnome/gnome-settings-daemon
    76 REQUIRED_PACKAGES += gnome/gnome-settings-daemon
    83 REQUIRED_PACKAGES += gnome/gsettings-desktop-schemas
    77 REQUIRED_PACKAGES += gnome/gsettings-desktop-schemas
    84 REQUIRED_PACKAGES += library/desktop/cairo
    78 REQUIRED_PACKAGES += library/desktop/cairo
    85 REQUIRED_PACKAGES += library/desktop/clutter
    79 REQUIRED_PACKAGES += library/desktop/clutter
    86 REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
    80 REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
    87 REQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
    81 REQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
    88 REQUIRED_PACKAGES += library/desktop/gtk3
    82 REQUIRED_PACKAGES += library/desktop/gtk3
       
    83 REQUIRED_PACKAGES += library/desktop/libgweather
    89 REQUIRED_PACKAGES += library/desktop/pango
    84 REQUIRED_PACKAGES += library/desktop/pango
    90 REQUIRED_PACKAGES += library/desktop/startup-notification
    85 REQUIRED_PACKAGES += library/desktop/startup-notification
    91 REQUIRED_PACKAGES += library/desktop/xdg/libcanberra
    86 REQUIRED_PACKAGES += library/desktop/xdg/libcanberra
    92 REQUIRED_PACKAGES += library/glib2
    87 REQUIRED_PACKAGES += library/glib2
    93 REQUIRED_PACKAGES += library/gnome/gnome-desktop
    88 REQUIRED_PACKAGES += library/gnome/gnome-desktop