blob: 5d412bcef0485282ef53a14af3125e8b091acda9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- printing/printing_features.h.orig 2024-07-30 11:12:21 UTC
+++ printing/printing_features.h
@@ -22,7 +22,7 @@ COMPONENT_EXPORT(PRINTING_BASE)
BASE_DECLARE_FEATURE(kAddPrinterViaPrintscanmgr);
#endif // BUILDFLAG(IS_CHROMEOS)
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD)
COMPONENT_EXPORT(PRINTING_BASE) BASE_DECLARE_FEATURE(kCupsIppPrintingBackend);
#endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC)
|