## SECTION=staging ## old section: ### SECTION=multimedia_framebuffer menuconfig SPLASHUTILS tristate prompt "splashutils " select LIBC_M select LIBC_RT select LIBC_PTHREAD select LIBJPEG select BUSYBOX_PIDOF select BUSYBOX_MKFIFO select LIBPNG if SPLASHUTILS_PNG select LIBMNG if SPLASHUTILS_MNG select FREETYPE if SPLASHUTILS_TTF help FIXME STAGING: remove in ptxdist-2015.02.0 This package has not been maintained in a long time. The build system is broken. Compiling fails with new freetype fails. if SPLASHUTILS config SPLASHUTILS_THEME string prompt "theme name" default "default" help Name of the theme to use. config SPLASHUTILS_BOOTMSG string prompt "boot message" default "Booting the system (\$progress%)..." config SPLASHUTILS_PNG bool prompt "PNG support" help Support for images in PNG format. config SPLASHUTILS_MNG bool prompt "MNG support" help Support for animations in MNG format. config SPLASHUTILS_TTF bool prompt "TrueType Font support" endif