diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-11-24 16:33:51 +0000 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-11-24 16:33:51 +0000 |
commit | 9a681a2affece3d2a9230c4939450d9392c33bf9 (patch) | |
tree | 15f0a38d8bdee1eb0e9bae2e6277b03c28bd3fe8 /recipes/disko/disko_1.6.0.bb | |
parent | 880e00d3b7ccf66d9421a06bc28e553e07842b59 (diff) | |
parent | a12117346588829898e6a041a4432fb0370c0c76 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded
Diffstat (limited to 'recipes/disko/disko_1.6.0.bb')
-rw-r--r-- | recipes/disko/disko_1.6.0.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/disko/disko_1.6.0.bb b/recipes/disko/disko_1.6.0.bb new file mode 100644 index 0000000000..f8741e9c1c --- /dev/null +++ b/recipes/disko/disko_1.6.0.bb @@ -0,0 +1,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." +} |