~ubuntu-branches/ubuntu/wily/cups/wily

« back to all changes in this revision

Viewing changes to .pc/do-not-broadcast-with-hostnames.patch/scheduler/conf.c

  • Committer: Package Import Robot
  • Author(s): Till Kamppeter
  • Date: 2013-03-25 10:13:01 UTC
  • Revision ID: package-import@ubuntu.com-20130325101301-ygjpzd4cwpgc98j2
Tags: 1.6.2-1ubuntu3
debian/patches/airprint-support.patch: Let the DNS-SD subtype "_universal"
get added to the printer's DNS-SD registration. It is needed for iOS to
find the printers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
746
746
  DefaultShared            = CUPS_DEFAULT_DEFAULT_SHARED;
747
747
 
748
748
#if defined(HAVE_DNSSD) || defined(HAVE_AVAHI)
749
 
  cupsdSetString(&DNSSDSubTypes, "_cups,_print");
 
749
  cupsdSetString(&DNSSDSubTypes, "_cups,_print,_universal");
750
750
#endif /* HAVE_DNSSD || HAVE_AVAHI */
751
751
 
752
752
  cupsdSetString(&LPDConfigFile, CUPS_DEFAULT_LPD_CONFIG_FILE);