From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- recipes/linphone/files/disable-gtk-doc.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes/linphone/files/disable-gtk-doc.patch (limited to 'recipes/linphone/files') diff --git a/recipes/linphone/files/disable-gtk-doc.patch b/recipes/linphone/files/disable-gtk-doc.patch new file mode 100644 index 0000000000..c616037244 --- /dev/null +++ b/recipes/linphone/files/disable-gtk-doc.patch @@ -0,0 +1,14 @@ +--- linphone-0.12.2/configure.in 2004-03-31 21:22:55.000000000 +0100 ++++ linphone-0.12.2.hh1/configure.in 2004-08-31 19:44:48.000000000 +0100 +@@ -313,7 +358,10 @@ + fi + + AC_SUBST(HTML_DIR) +-PKG_CHECK_MODULES(GTK_DOC,gtk-doc >= 0.4, enable_gtk_doc=yes,enable_gtk_doc=no ) ++AC_ARG_ENABLE(gtk-doc, [ --enable-gtk-doc enable documentation build]) ++if test "x$enable_gtk_doc" != "xno" ; then ++ PKG_CHECK_MODULES(GTK_DOC,gtk-doc >= 0.4, enable_gtk_doc=yes,enable_gtk_doc=no ) ++fi + AM_CONDITIONAL(ENABLE_GTK_DOC, test x$enable_gtk_doc = xyes ) + + LINPHONE_CFLAGS="$GLIB_CFLAGS -I${includedir} -I${includedir}/linphone -I${includedir}/osipua -I${includedir}/ortp " -- cgit 1.2.3-korg