aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/moblin/twitter-glib_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/moblin/twitter-glib_git.bb')
-rw-r--r--recipes/moblin/twitter-glib_git.bb16
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