• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/fbdump/fbdump.mk
Jerzy GrzegorekJerzy Grzegorek committed 0e2e7c71d0d25 Sep 2013
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
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_OPT += --enable-vga16fb
17
else
18
FBDUMP_CONF_OPT += --disable-vga16fb
19
endif
20
​
21
$(eval $(autotools-package))
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.