diff options
author | Koen Kooi <koen@openembedded.org> | 2009-05-31 16:51:24 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-05-31 16:51:24 +0200 |
commit | f5cce792caabab9975b50215835003f066a0f3e8 (patch) | |
tree | 79079ef8a4d45a3e787764c722b981990014f000 /recipes/moblin/twitter-glib_git.bb | |
parent | 9d1ba2a95bf1b77a4503beede2ccb7250749c9b2 (diff) |
moblin: add recipes from poky 'meta-moblin' overlay
* the juicy parts depend on clutter and clutter-gst
Diffstat (limited to 'recipes/moblin/twitter-glib_git.bb')
-rw-r--r-- | recipes/moblin/twitter-glib_git.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/moblin/twitter-glib_git.bb b/recipes/moblin/twitter-glib_git.bb new file mode 100644 index 0000000000..791cace092 --- /dev/null +++ b/recipes/moblin/twitter-glib_git.bb @@ -0,0 +1,16 @@ +HOMEPAGE = "http://live.gnome.org/TwitterGlib" +SRC_URI = "git://github.com/ebassi/${PN}.git;protocol=git" +PV = "0.0+git${SRCREV}" +PR = "r0" + +DEPENDS = "glib-2.0 gtk+ json-glib" + +S = "${WORKDIR}/git" + +EXTRA_OECONF = "--disable-shave --disable-introspection" + +inherit autotools_stage + +do_configure_prepend () { + echo "EXTRA_DIST=" > ${S}/gtk-doc.make +}
\ No newline at end of file |