fbdump: don't add target program prefix

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2010-02-04 12:11:37 +01:00
parent 731f3c3ea8
commit d131dba8b2
2 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@
Updated/fixed packages: alsa-lib, alsa-utils, at, autoconf, bash,
bind, binutils, bootutils, busybox, dbus, directfb, dnsmasq,
e2fsprogs, gstreamer, gperf, gst-plugins-bad, gvfs, flex, hal,
e2fsprogs, gstreamer, gperf, gst-plugins-bad, gvfs, fbdump, flex, hal,
iptables, iw, jpeg, kismet, libfuse, libglib2, libpcap, libungif,
libxml2, libxslt, lighttpd, mesa, mpg123, mtd-utils, nbd, neon,
netstat-nat, openvpn, pcre, php, qt, readline, rpm, sawman, sdl,

View File

@ -7,6 +7,7 @@ FBDUMP_VERSION:=0.4.2
FBDUMP_SOURCE:=fbdump-$(FBDUMP_VERSION).tar.gz
FBDUMP_SITE:=http://www.rcdrummond.net/fbdump
FBDUMP_AUTORECONF = NO
FBDUMP_CONF_OPT = --program-prefix=''
$(eval $(call AUTOTARGETS,package,fbdump))