btrfs-progs: bump version to 4.8.3
[buildroot-gz.git] / package / fbdump / fbdump.mk
blob9295acd0f54e3c56405c355dcde40152bee0d784
1 ################################################################################
3 # fbdump
5 ################################################################################
7 FBDUMP_VERSION = 0.4.2
8 FBDUMP_SITE = http://www.rcdrummond.net/fbdump
9 FBDUMP_LICENSE = GPLv2
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
17 else
18 FBDUMP_CONF_OPTS += --disable-vga16fb
19 endif
21 $(eval $(autotools-package))