mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
fbdump: Fix help text indentation and remove staging dir installation
Tidy up fbdump package.
This commit is contained in:
parent
f10aecd134
commit
7eb4c6a0a9
@ -1,7 +1,8 @@
|
|||||||
config BR2_PACKAGE_FBDUMP
|
config BR2_PACKAGE_FBDUMP
|
||||||
bool "fbdump (Framebuffer Capture Tool)"
|
bool "fbdump (Framebuffer Capture Tool)"
|
||||||
help
|
help
|
||||||
fbdump is a simple tool to capture snapshots from the Linux kernel framebuffer
|
fbdump is a simple tool to capture snapshots from the Linux kernel
|
||||||
device and write them out as a PPM file. Currently, most packed-pixel framebuffer
|
framebuffer device and write them out as a PPM file. Currently,
|
||||||
formats and the vga16 framebuffer are supported.
|
most packed-pixel framebuffer formats and the vga16 framebuffer
|
||||||
|
are supported.
|
||||||
|
|
||||||
|
@ -8,7 +8,6 @@ FBDUMP_SOURCE:=fbdump-$(FBDUMP_VERSION).tar.gz
|
|||||||
FBDUMP_SITE:=http://www.rcdrummond.net/fbdump
|
FBDUMP_SITE:=http://www.rcdrummond.net/fbdump
|
||||||
FBDUMP_AUTORECONF = NO
|
FBDUMP_AUTORECONF = NO
|
||||||
FBDUMP_CONF_ENV = ac_cv_func_malloc_0_nonnull=yes
|
FBDUMP_CONF_ENV = ac_cv_func_malloc_0_nonnull=yes
|
||||||
FBDUMP_INSTALL_STAGING = YES
|
|
||||||
FBDUMP_INSTALL_TARGET = YES
|
FBDUMP_INSTALL_TARGET = YES
|
||||||
FBDUMP_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install-strip
|
FBDUMP_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install-strip
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user