components/gnome/cogl/Makefile
changeset 6390 b453d81e6fdc
parent 6216 ea79493f75f0
child 7337 c2818a459e7b
equal deleted inserted replaced
6389:dd5e724e80ac 6390:b453d81e6fdc
    48 # Enable tests once all dependencies are install on the build server
    48 # Enable tests once all dependencies are install on the build server
    49 TEST_TARGET = $(SKIP_TEST)
    49 TEST_TARGET = $(SKIP_TEST)
    50 
    50 
    51 include $(WS_MAKE_RULES)/gnome-component.mk
    51 include $(WS_MAKE_RULES)/gnome-component.mk
    52 
    52 
    53 # Delete this when build servers are installed with an updated versions of
       
    54 # gst-plugins-base
       
    55 GST_BASE = $(WS_COMPONENTS)/desktop/gstreamer1/gst-plugins-base/build/prototype/$(MACH)
       
    56 PKG_CONFIG_PATHS.32 += $(GST_BASE)/usr/lib/pkgconfig/
       
    57 PKG_CONFIG_PATHS.64 += $(GST_BASE)/usr/lib/$(MACH64)/pkgconfig/
       
    58 PKG_CONFIG_PATHS += $(PKG_CONFIG_PATHS.$(BITS))
       
    59 CPPFLAGS += -I$(GST_BASE)/usr/include/gstreamer-1.0
       
    60 LD_OPTIONS.32 += -L $(GST_BASE)/usr/lib
       
    61 LD_OPTIONS.64 += -L $(GST_BASE)/usr/lib/$(MACH64)
       
    62 LD_OPTIONS += $(LD_OPTIONS.$(BITS))
       
    63 
       
    64 DEPENDED += $(WS_TOP)/components/desktop/gstreamer1/gst-plugins-base/build/manifest-$(MACH)-gst-plugins-base.depend
       
    65 
       
    66 # Temporary until dependencies are all on build machines
       
    67 REQUIRED_PACKAGES += $(shell $(GSED) -n 's/REQUIRED_PACKAGES +=//p' ../../desktop/gstreamer1/gst-plugins-base/Makefile)
       
    68 # end Delete
       
    69 
       
    70 CONFIGURE_OPTION += --disable-static
    53 CONFIGURE_OPTION += --disable-static
    71 # Required for other components.
    54 # Required for other components.
    72 CONFIGURE_OPTIONS += --enable-glib
    55 CONFIGURE_OPTIONS += --enable-glib
    73 # Required for other components.
    56 # Required for other components.
    74 CONFIGURE_OPTIONS += --enable-cogl-pango
    57 CONFIGURE_OPTIONS += --enable-cogl-pango