1 ################################################################################
5 ################################################################################
8 FBDUMP_SITE
= http
://www.rcdrummond.net
/fbdump
10 FBDUMP_LICENSE_FILES
= COPYING
12 # The VGA16 specific feature of fbdump doesn't make much sense outside
13 # of the x86/x86-64 architectures, and causes build problems on some
14 # architectures as outw() is not always available.
15 ifeq ($(BR2_i386
)$(BR2_x86_64
),y
)
16 FBDUMP_CONF_OPTS
+= --enable-vga16fb
18 FBDUMP_CONF_OPTS
+= --disable-vga16fb
21 $(eval
$(autotools-package
))