aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openmoko-projects/tichy_git.bb
blob: 09d83e854331e5cbc2c227386f7cd49cea888bd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "Python applets manager"
SECTION = "x11"
LICENSE = "GPL"
DEPENDS += "python-pygame virtual/libsdl libsdl-image python-dbus python-pygobject"                                   
SRCREV = "ab68d849502009cf3214df48ffa8075a10cc2177"
PV = "0.2+gitr${SRCPV}"
PE = "1"
PR = "r0"

SRC_URI = "git://git.openmoko.org/git/tichy.git;protocol=git"
S = "${WORKDIR}/git"

inherit distutils

FILES_${PN} += "${datadir}"
RDEPENDS_${PN} += "python-pygame"
# This is because pkg-config --libs --cflags sdl doesn't return the correct path (bug in libsdl recipe ?)
CFLAGS += -I${STAGING_INCDIR}/SDL