diff options
Diffstat (limited to 'package/gutenprint')
-rw-r--r-- | package/gutenprint/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/gutenprint/Config.in b/package/gutenprint/Config.in index f93717c7f2..686dbce58e 100644 --- a/package/gutenprint/Config.in +++ b/package/gutenprint/Config.in @@ -1,5 +1,7 @@ config BR2_PACKAGE_GUTENPRINT bool "gutenprint" + # because of cups security issues + depends on BR2_DEPRECATED_SINCE_2015_05 depends on BR2_INSTALL_LIBSTDCPP depends on BR2_PACKAGE_CUPS select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE |