diff options
author | Daniel Laird <danieljlaird@hotmail.com> | 2008-08-27 11:40:02 +0000 |
---|---|---|
committer | Daniel Laird <danieljlaird@hotmail.com> | 2008-08-27 11:40:02 +0000 |
commit | 7eb4c6a0a9977c5688d499b48b72971b4a4019c8 (patch) | |
tree | c2ff0db251fdd14cdeb4d724ed5b1304c2ecf596 | |
parent | f10aecd134cf82a20540fd31fc742add167e6167 (diff) |
fbdump: Fix help text indentation and remove staging dir installation
Tidy up fbdump package.
-rw-r--r-- | package/fbdump/Config.in | 7 | ||||
-rw-r--r-- | package/fbdump/fbdump.mk | 1 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package/fbdump/Config.in b/package/fbdump/Config.in index 2f3a2766e..fb4aee6e6 100644 --- a/package/fbdump/Config.in +++ b/package/fbdump/Config.in @@ -1,7 +1,8 @@ config 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. + 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. diff --git a/package/fbdump/fbdump.mk b/package/fbdump/fbdump.mk index 5ebfd7e12..0de9fe552 100644 --- a/package/fbdump/fbdump.mk +++ b/package/fbdump/fbdump.mk @@ -8,7 +8,6 @@ FBDUMP_SOURCE:=fbdump-$(FBDUMP_VERSION).tar.gz FBDUMP_SITE:=http://www.rcdrummond.net/fbdump FBDUMP_AUTORECONF = NO FBDUMP_CONF_ENV = ac_cv_func_malloc_0_nonnull=yes -FBDUMP_INSTALL_STAGING = YES FBDUMP_INSTALL_TARGET = YES FBDUMP_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install-strip |