~xnox/ubuntu/saucy/colord/test

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Christopher James Halse Rogers
  • Date: 2012-10-10 16:41:44 UTC
  • Revision ID: package-import@ubuntu.com-20121010164144-94glh21c0sl49ehn
Tags: 0.1.21-1ubuntu2
* debian/patches/one_shot_colord-sane.patch:
  - Rework colord-sane to be spawned each time a sane scan is required.
    Works around fd leaks in libsane and its plugins, resulting in many, many
    crashes in colord-sane. (LP: #1024081, LP: #1056933, LP: #1056933,
    LP: #1026520)
* debian/patches/initialise_gdbus_connection_sooner.patch:
  - Initialise gdbus connection in the bus_acquired callback rather than the
    name_acquired callback. The name_acquired callback is fired an
    indeterminate time *after* the name appears on the bus, so requests can
    come in before its called. If this happened, colord would crash with an
    assert(). (LP: #849472, LP: #1064352, LP: #827934)

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
        -DCD_COMPILATION                                \
27
27
        -DG_UDEV_API_IS_SUBJECT_TO_CHANGE               \
28
28
        -DCD_SYSTEM_PROFILES_DIR="\"$(CD_SYSTEM_PROFILES_DIR)"\" \
29
 
        -DLOCALEDIR=\""$(localedir)"\"
 
29
        -DLOCALEDIR=\""$(localedir)"\"                  \
 
30
        -DCOLORD_SANE_BINARY=\"$(libexecdir)/colord-sane\"
30
31
 
31
32
COLORD_LIBS =                                           \
32
33
        $(top_builddir)/libcolord/libcolord.la