• 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/sdl_gfx/sdl_gfx.mk
gilles.talis@gmail.comgilles.talis@gmail.com committed 7f2d0c82c2817 Jan 2013
Raw file
Source viewDiff to previous
 
1
#############################################################
2
#
3
# SDL_gfx addon for SDL
4
#
5
#############################################################
6
​
7
SDL_GFX_VERSION = 2.0.23
8
SDL_GFX_SOURCE = SDL_gfx-$(SDL_GFX_VERSION).tar.gz
9
SDL_GFX_SITE = http://www.ferzkopp.net/Software/SDL_gfx-2.0/
10
SDL_GFX_LICENSE = zlib
11
SDL_GFX_LICENSE_FILES = COPYING LICENSE
12
SDL_GFX_INSTALL_STAGING = YES
13
SDL_GFX_DEPENDENCIES = sdl
14
SDL_GFX_CONF_OPT = \
15
    --with-sdl-prefix=$(STAGING_DIR)/usr \
16
    --disable-sdltest \
17
    --enable-static
18
​
19
# Even though x86_64 processors support MMX, the MMX-specific assembly
20
# code in sdl_gfx is IA32 specific, and does not build for x86_64.
21
ifeq ($(BR2_i386)$(BR2_X86_CPU_HAS_MMX),yy)
22
SDL_GFX_CONF_OPT += --enable-mmx
23
else
24
SDL_GFX_CONF_OPT += --disable-mmx
25
endif
26
​
27
$(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.