GNOME Bugzilla – Bug 789397
Make sure IPP_STATE_IDLE is defined
Last modified: 2017-10-24 12:16:28 UTC
.
Created attachment 362169 [details] [review] printers: Make sure IPP_STATE_IDLE is defined This changes are necessary because we don't require cups >= 1.4, due to downstreams still shipping old cups versions. The IPP_STATE_IDLE symbol has been introduced in cups 1.7. The IPP_IDLE constant has been deprecated.
Review of attachment 362169 [details] [review]: There is a typo in the patch. ::: panels/printers/pp-printer.c @@ +24,3 @@ +#if (CUPS_VERSION_MAJOR == 1) && (CUPS_VERSION_MINOR <= 6) +#define IPP_STATE_IDDLE IPP_IDLE A typo.
Created attachment 362173 [details] [review] printers: Make sure IPP_STATE_IDLE is defined This changes are necessary because we don't require cups >= 1.4, due to downstreams still shipping old cups versions. The IPP_STATE_IDLE symbol has been introduced in cups 1.7. The IPP_IDLE constant has been deprecated.
Review of attachment 362173 [details] [review]: Thank you for the patch. Please push it to the affected branches.
Attachment 362173 [details] pushed as 614fb9e - printers: Make sure IPP_STATE_IDLE is defined