Merge branch 'cups-build-fix' into 'master'

Fix the build with cups < 2.3

Closes #2968

See merge request GNOME/gtk!2329
This commit is contained in:
Matthias Clasen 2020-07-31 16:33:46 +00:00
commit 90eec6734f

View File

@ -647,7 +647,9 @@ add_cups_options (const char *key,
custom_value = TRUE;
break;
#if CUPS_VERSION_MAJOR == 2 && CUPS_VERSION_MINOR >= 3
case PPD_CUSTOM_UNKNOWN:
#endif
default :
custom_value = FALSE;
}