blob: 657fb40cec7b0d4a6905881a4f4a29debdb417bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
DESCRIPTION = "Disko is an application framework, that can be used to develop GUI applications for embedded devices. It is closely connected to the DirectFB"
LICENSE = "GPL"
PV = "1.1.5+gitr${SRCREV}"
PR = "r0"
DEPENDS = "sqlite3 libpng jpeg curl alsa-lib taglib directfb libxml2 virtual/libx11 libsigc++-2.0 hal \
libxv libxxf86vm"
SRC_URI = "git://www.diskohq.org/disko.git;protocol=git \
file://header.patch;patch=1 \
file://pkgconfig.patch;patch=1 \
"
SRCREV = "bf29da8c0060a2b4f0f9593524ca71aa1adfbc0c"
S = "${WORKDIR}/git"
inherit scons pkgconfig
do_compile() {
${STAGING_BINDIR_NATIVE}/scons ${PARALLEL_MAKE} graphics=all PREFIX=${prefix} prefix=${prefix} || \
oefatal "scons build execution failed."
}
|