components/gnome/clutter/Makefile
changeset 7293 a449e2e641be
parent 6390 b453d81e6fdc
child 7687 1093e2a9adbd
equal deleted inserted replaced
7292:addd59c4ffea 7293:a449e2e641be
    40 
    40 
    41 # Requires cogl modules - disable till we get the fixed cogl on build servers
    41 # Requires cogl modules - disable till we get the fixed cogl on build servers
    42 TEST_TARGET = $(SKIP_TEST)
    42 TEST_TARGET = $(SKIP_TEST)
    43 
    43 
    44 # Needs gobject-introspection, not available on S11.
    44 # Needs gobject-introspection, not available on S11.
    45 ifeq ($(BUILD_TYPE), evaluation)
    45 include $(WS_MAKE_RULES)/no-evaluation.mk
    46 BUILD_32_and_64=
       
    47 INSTALL_32_and_64=
       
    48 PUBLISH_STAMP=
       
    49 endif
       
    50 
    46 
    51 include $(WS_MAKE_RULES)/gnome-component.mk
    47 include $(WS_MAKE_RULES)/gnome-component.mk
    52 
    48 
    53 # Uses gcc extensions for void returns.
    49 # Uses gcc extensions for void returns.
    54 CFLAGS.studio += $(studio_FEATURES_EXTENSIONS)
    50 CFLAGS.studio += $(studio_FEATURES_EXTENSIONS)
    66 # Required for other components.
    62 # Required for other components.
    67 CONFIGURE_OPTIONS += --enable-xinput
    63 CONFIGURE_OPTIONS += --enable-xinput
    68 CONFIGURE_OPTIONS += --with-pic
    64 CONFIGURE_OPTIONS += --with-pic
    69 CONFIGURE_OPTIONS += --with-x
    65 CONFIGURE_OPTIONS += --with-x
    70 
    66 
    71 # Delete this when build servers are installed with an updated cogl
       
    72 COGL_BASE = $(WS_COMPONENTS)/gnome/cogl/build/prototype/$(MACH)
       
    73 PKG_CONFIG_PATHS.32 += $(COGL_BASE)/usr/lib/pkgconfig/
       
    74 PKG_CONFIG_PATHS.64 += $(COGL_BASE)/usr/lib/$(MACH64)/pkgconfig/
       
    75 PKG_CONFIG_PATHS += $(PKG_CONFIG_PATHS.$(BITS))
       
    76 
       
    77 LD_OPTIONS.32 += -L $(COGL_BASE)/usr/lib 
       
    78 LD_OPTIONS.64 += -L $(COGL_BASE)/usr/lib/$(MACH64) 
       
    79 LD_OPTIONS += $(LD_OPTIONS.$(BITS))
       
    80 
       
    81 CPPFLAGS += -I$(COGL_BASE)/usr/include/cogl
       
    82 
       
    83 COMPONENT_BUILD_ENV  += \
       
    84 	XDG_DATA_DIRS="$(COGL_BASE)/usr/share/:/usr/share/" 
       
    85 
       
    86 COMPONENT_BUILD_ENV += LD_LIBRARY_PATH_32="$(COGL_BASE)$(USRLIB.$(BITS)):$(BUILD_DIR_32)/clutter/.libs"
       
    87 COMPONENT_BUILD_ENV += LD_LIBRARY_PATH_64="$(COGL_BASE)$(USRLIB.$(BITS)):$(BUILD_DIR_64)/clutter/.libs"
       
    88 
       
    89 # Work around pkgdepend bug which doesn't resolve dependencies from
       
    90 # the local workspace repo. - 15708323
       
    91 DEPENDED += $(WS_TOP)/components/gnome/cogl/build/manifest-$(MACH)-cogl.depend
       
    92 
       
    93 # Temporary until dependencies are all on build machines
       
    94 REQUIRED_PACKAGES += $(shell $(GSED) -n 's/REQUIRED_PACKAGES +=//p' ../cogl/Makefile)
       
    95 #end Delete
       
    96 
       
    97 REQUIRED_PACKAGES += developer/documentation-tool/gtk-doc
    67 REQUIRED_PACKAGES += developer/documentation-tool/gtk-doc
    98 REQUIRED_PACKAGES += library/desktop/atk
    68 REQUIRED_PACKAGES += library/desktop/atk
    99 REQUIRED_PACKAGES += library/desktop/cairo
    69 REQUIRED_PACKAGES += library/desktop/cairo
   100 REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
    70 REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
   101 REQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
    71 REQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection