components/desktop/colord/Makefile
changeset 7293 a449e2e641be
parent 6676 447ee8f869db
child 7687 1093e2a9adbd
equal deleted inserted replaced
7292:addd59c4ffea 7293:a449e2e641be
    86 CONFIGURE_ENV += PATH=$(GNUBIN):$(PATH)
    86 CONFIGURE_ENV += PATH=$(GNUBIN):$(PATH)
    87 
    87 
    88 # Tell g-ir-scanner not to cache results in homedir of user running the build
    88 # Tell g-ir-scanner not to cache results in homedir of user running the build
    89 COMPONENT_BUILD_ENV += GI_SCANNER_DISABLE_CACHE=""
    89 COMPONENT_BUILD_ENV += GI_SCANNER_DISABLE_CACHE=""
    90 
    90 
    91 # Temporary until lcms2 with fix for 24494517 is installed on build machines
       
    92 # Allows running binaries during build to process profiles without bus errors
       
    93 LCMS2_LIB_DIR = $(WS_COMPONENTS)/lcms2/build/prototype/$(MACH)$(USRLIB)
       
    94 COMPONENT_BUILD_ENV += LD_LIBRARY_PATH="$(LCMS2_LIB_DIR)"
       
    95 # End temporary workaround section
       
    96 
       
    97 REQUIRED_PACKAGES += database/sqlite-3
    91 REQUIRED_PACKAGES += database/sqlite-3
    98 REQUIRED_PACKAGES += developer/documentation-tool/gtk-doc
    92 REQUIRED_PACKAGES += developer/documentation-tool/gtk-doc
    99 REQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
    93 REQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
   100 REQUIRED_PACKAGES += library/glib2
    94 REQUIRED_PACKAGES += library/glib2
   101 REQUIRED_PACKAGES += library/lcms2
    95 REQUIRED_PACKAGES += library/lcms2