aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/disko/disko_1.6.0.bb
blob: f8741e9c1cf9ccac5ca9617f69aa1f1f4cdc1c5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 = "LGPL"
PR = "r0"

require disko.inc

DEPENDS += "taglib directfb virtual/libx11 hal libxv libxxf86vm"

SRC_URI = "http://www.diskohq.org/downloads/${PN}-${PV}.tar.gz \
	   file://pkgconfig.patch;patch=1 \
	  "

do_compile() {
        ${STAGING_BINDIR_NATIVE}/scons ${PARALLEL_MAKE} graphics=all prefix=${prefix}/ || \
        oefatal "scons build execution failed."
}