1config BR2_PACKAGE_GHOSTSCRIPT 2 bool "ghostscript" 3 depends on BR2_USE_MMU # fork() 4 select BR2_PACKAGE_FONTCONFIG 5 select BR2_PACKAGE_GHOSTSCRIPT_FONTS 6 select BR2_PACKAGE_JPEG 7 select BR2_PACKAGE_LCMS2 8 select BR2_PACKAGE_LIBPNG 9 select BR2_PACKAGE_TIFF 10 help 11 Ghostscript is an interpreter for PostScript and Portable 12 Document Format (PDF) files. 13 14 http://ghostscript.com 15