DESCRIPTION = "Python libSDL Bindings" SECTION = "devel/python" PRIORITY = "optional" LICENSE = "LGPL" RDEPENDS = "python-core python-numeric" DEPENDS = "virtual/libsdl libsdl-image libsdl-mixer libsdl-net libsdl-ttf smpeg python-numeric" SRCNAME = "pygame" SRC_URI = "http://www.pygame.org/ftp/${SRCNAME}-${PV}.tar.gz \ file://qpe.patch;patch=1 \ file://Setup" S = "${WORKDIR}/${SRCNAME}-${PV}" inherit distutils do_configure_prepend() { SDL="`sdl-config --cflags` `sdl-config --libs`"; echo "SDL=$SDL" >Setup cat ${WORKDIR}/Setup >>Setup } ='logo' rowspan='2'>cgit logo index : openembedded-core.git
Mirror of openembedded-coreMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/meta/recipes-graphics/x11-common/xserver-nodm-init.bb
blob: 0a16ff5f83afc4df5e84490fc8411f8f0b98956e (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