• 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/chocolate-doom/chocolate-doom.mk
Rahul BedarkarRahul Bedarkar committed af31c309e7330 Mar 2017
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
################################################################################
2
#
3
# chocolate-doom
4
#
5
################################################################################
6
​
7
CHOCOLATE_DOOM_VERSION = 2.3.0
8
CHOCOLATE_DOOM_SITE = http://www.chocolate-doom.org/downloads/$(CHOCOLATE_DOOM_VERSION)
9
CHOCOLATE_DOOM_LICENSE = GPL-2.0+
10
CHOCOLATE_DOOM_LICENSE_FILES = COPYING
11
CHOCOLATE_DOOM_DEPENDENCIES = host-pkgconf sdl sdl_mixer sdl_net
12
​
13
# We're patching configure.ac, so we need to autoreconf
14
CHOCOLATE_DOOM_AUTORECONF = YES
15
​
16
# Avoid installing desktop entries, icons, etc.
17
CHOCOLATE_DOOM_INSTALL_TARGET_OPTS = DESTDIR=$(TARGET_DIR) install-exec
18
​
19
CHOCOLATE_DOOM_CONF_OPTS = \
20
    --disable-sdltest \
21
    --with-sdl-prefix=$(STAGING_DIR)/usr \
22
    --with-sdl-exec-prefix=$(STAGING_DIR)/usr
23
​
24
ifeq ($(BR2_PACKAGE_LIBPNG),y)
25
CHOCOLATE_DOOM_DEPENDENCIES += libpng
26
CHOCOLATE_DOOM_CONF_OPTS += --with-libpng
27
else
28
CHOCOLATE_DOOM_CONF_OPTS += --without-libpng
29
endif
30
​
31
ifeq ($(BR2_PACKAGE_LIBSAMPLERATE),y)
32
CHOCOLATE_DOOM_DEPENDENCIES += libsamplerate
33
CHOCOLATE_DOOM_CONF_OPTS += --with-libsamplerate
34
else
35
CHOCOLATE_DOOM_CONF_OPTS += --without-libsamplerate
36
endif
37
​
38
$(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.