components/gnome/gnome-clocks/Makefile
changeset 7624 50e5cc11a34e
parent 7204 e172b72a358c
child 7687 1093e2a9adbd
equal deleted inserted replaced
7622:845d86079203 7624:50e5cc11a34e
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 BUILD_BITS=             64
    24 BUILD_BITS=             64
    25 COMPILER=               gcc
    25 COMPILER=               gcc
    26 include ../../../make-rules/shared-macros.mk
    26 include ../../../make-rules/shared-macros.mk
    47 
    47 
    48 # Assumes GNU msgfmt in PATH.
    48 # Assumes GNU msgfmt in PATH.
    49 CONFIGURE_ENV += PATH="$(GNUBIN):$(PATH)"
    49 CONFIGURE_ENV += PATH="$(GNUBIN):$(PATH)"
    50 COMPONENT_BUILD_ENV += PATH="$(GNUBIN):$(PATH)"
    50 COMPONENT_BUILD_ENV += PATH="$(GNUBIN):$(PATH)"
    51 
    51 
    52 # Delete when libgweather is installed on the build server
       
    53 WEATHER_BASE = $(WS_COMPONENTS)/gnome/libgweather/build/prototype/$(MACH)
       
    54 PKG_CONFIG_PATHS += $(WEATHER_BASE)$(PKG_CONFIG_PATH.$(BITS))
       
    55 
       
    56 LD_OPTIONS += -L $(WEATHER_BASE)$(USRLIB.$(BITS))
       
    57 
       
    58 CPPFLAGS += -I$(WEATHER_BASE)/usr/include/libgweather-3.0
       
    59 
       
    60 # The dependency isn't installed, so add it manually since pkgdepend
       
    61 # can't resolve them yet: 15708323
       
    62 DEPENDED += $(WS_TOP)/components/gnome/libgweather/build/manifest-$(MACH)-libgweather.depend
       
    63 
       
    64 # Temporary until dependencies are all on build machines
       
    65 REQUIRED_PACKAGES += $(shell $(GSED) -n -e '/GSED/d' -e 's/REQUIRED_PACKAGES +=//p' ../libgweather/Makefile)
       
    66 #end Delete
       
    67 
       
    68 
       
    69 REQUIRED_PACKAGES += developer/vala
    52 REQUIRED_PACKAGES += developer/vala
    70 REQUIRED_PACKAGES += gnome/gsettings-desktop-schemas
    53 REQUIRED_PACKAGES += gnome/gsettings-desktop-schemas
    71 REQUIRED_PACKAGES += library/desktop/cairo
    54 REQUIRED_PACKAGES += library/desktop/cairo
    72 REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
    55 REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
    73 REQUIRED_PACKAGES += library/desktop/geoclue
    56 REQUIRED_PACKAGES += library/desktop/geoclue