components/gnome/totem/Makefile
changeset 7624 50e5cc11a34e
parent 7194 d2bff3b7b244
child 7687 1093e2a9adbd
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.
    73 
    73 
    74 # Assumes GNU msgfmt is in PATH.
    74 # Assumes GNU msgfmt is in PATH.
    75 CONFIGURE_ENV += PATH="$(GNUBIN):$(PATH)"
    75 CONFIGURE_ENV += PATH="$(GNUBIN):$(PATH)"
    76 COMPONENT_BUILD_ENV += PATH="$(GNUBIN):$(PATH)"
    76 COMPONENT_BUILD_ENV += PATH="$(GNUBIN):$(PATH)"
    77 
    77 
    78 # Delete once builds servers have nautilus installed
       
    79 NAUTILUS_BASE = $(WS_COMPONENTS)/gnome/nautilus/build/prototype/$(MACH)
       
    80 PKG_CONFIG_PATHS += $(NAUTILUS_BASE)$(PKG_CONFIG_PATH.$(BITS))
       
    81 
       
    82 LD_OPTIONS += -L $(NAUTILUS_BASE)$(USRLIB.$(BITS))
       
    83 
       
    84 CPPFLAGS += -I$(NAUTILUS_BASE)$(USRINCDIR)/nautilus
       
    85 
       
    86 DEPENDED += $(WS_TOP)/components/gnome/nautilus/build/manifest-$(MACH)-nautilus.depend
       
    87 
       
    88 REQUIRED_PACKAGES += $(shell $(GSED) -n -e 's%\$$(PERL_PKG)%$(PERL_PKG)%' -e 's/REQUIRED_PACKAGES +=//p' ../nautilus/Makefile)
       
    89 #end Delete
       
    90 
       
    91 
       
    92 REQUIRED_PACKAGES += developer/documentation-tool/gtk-doc
    78 REQUIRED_PACKAGES += developer/documentation-tool/gtk-doc
    93 REQUIRED_PACKAGES += developer/python/pylint-27
    79 REQUIRED_PACKAGES += developer/python/pylint-27
    94 REQUIRED_PACKAGES += developer/vala
    80 REQUIRED_PACKAGES += developer/vala
    95 REQUIRED_PACKAGES += gnome/file-manager/nautilus
    81 REQUIRED_PACKAGES += gnome/file-manager/nautilus
    96 REQUIRED_PACKAGES += gnome/gsettings-desktop-schemas
    82 REQUIRED_PACKAGES += gnome/gsettings-desktop-schemas