linuxOS_D21X/package/third-party/fbdump/Config.in

16 lines
477 B
Plaintext
Raw Normal View History

2024-11-29 08:13:19 +00:00
menuconfig BR2_PACKAGE_FBDUMP
bool "fbdump (Framebuffer Capture Tool)"
help
fbdump is a simple tool to capture snapshots from the Linux
kernel framebuffer device and write them out as a PPM file.
Currently, most packed-pixel framebuffer formats and the vga16
framebuffer are supported.
http://www.rcdrummond.net/fbdump
if BR2_PACKAGE_FBDUMP
config BR2_PACKAGE_FBDUMP_USE_PREBUILT
bool "use prebuilt binary instead of building from source"
default y
endif