summaryrefslogtreecommitdiffstats
path: root/package/cups/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/cups/Config.in')
-rw-r--r--package/cups/Config.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/cups/Config.in b/package/cups/Config.in
index 8b1f8a5b4..0176423a1 100644
--- a/package/cups/Config.in
+++ b/package/cups/Config.in
@@ -4,3 +4,16 @@ config BR2_PACKAGE_CUPS
The Common Unix Printing System
http://www.cups.org
+
+if BR2_PACKAGE_CUPS
+
+config BR2_PACKAGE_CUPS_PDFTOPS
+ bool "pdftops support"
+ depends on BR2_INSTALL_LIBSTDCPP
+ help
+ Enable pdftops support
+
+comment "pdftops support requires a toolchain with C++ support enabled"
+ depends on !BR2_INSTALL_LIBSTDCPP
+
+endif