forked from AuroraMiddleware/gtk
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:
commit
90eec6734f
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user