9295acd0f54e3c56405c355dcde40152bee0d784
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / fbdump / fbdump.mk
1 ################################################################################
2 #
3 # fbdump
4 #
5 ################################################################################
6
7 FBDUMP_VERSION = 0.4.2
8 FBDUMP_SITE = http://www.rcdrummond.net/fbdump
9 FBDUMP_LICENSE = GPLv2
10 FBDUMP_LICENSE_FILES = COPYING
11
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
17 else
18 FBDUMP_CONF_OPTS += --disable-vga16fb
19 endif
20
21 $(eval $(autotools-package))