aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tasks/task-sdl.bb
blob: 3cda723e8725f9a6773fe5f67d31a7a452798edc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
DESCRIPTION = "Tasks for SDL stuff"
LICENSE = "MIT"
PR = "r2"

inherit task

PACKAGES = "\
  task-sdl-libs \
  task-sdl-games \
  task-sdl-emulators \
#  task-sdl-misc \
"

# no need to add libsdl as all libsdl-* already rdepend on it
RDEPENDS_task-sdl-libs = "\
  libsdl-gfx \
  libsdl-image \
  libsdl-mixer \
  libsdl-ttf \
  libsdl-net \
"

RDEPENDS_task-sdl-games = "\
  abuse \
  crimsonfields \
  freedroid \
  frozen-bubble \
  lbreakout2 \
  nogravity \
  horizon \
  openttd \
  prboom \
  quake1 \
  quetoo \
  rocksndiamonds \
  rott \
  supertux \
  uqm \
  xmame \
  "

RDEPENDS_task-sdl-emulators = "\
  dgen-sdl \
  dosbox \
  e-uae \
  fceu \
  frodo \
  scummvm \
  snes9x \
"

RDEPENDS_task-sdl-others = "\
  synaestehsia \
  chibitracker \
  gnash \
  midpath \
"

# ./powermanga/powermanga_0.79.bb:DEPENDS = "libsdl-qpe libsdl-mixer"