From: Koen Kooi Date: Tue, 24 Mar 2009 10:52:59 +0000 (+0100) Subject: midori: disable hildon interface X-Git-Tag: Release-2010-05/1~3796^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed9094c6885767bf5b229a0b3901048eeecd9791;p=openembedded.git midori: disable hildon interface * if you want a hildon midori, create a midori-hildon recipe --- diff --git a/recipes/gtk-webcore/midori.inc b/recipes/gtk-webcore/midori.inc index 793590babb..a241157c58 100644 --- a/recipes/gtk-webcore/midori.inc +++ b/recipes/gtk-webcore/midori.inc @@ -7,4 +7,5 @@ inherit autotools gtk-icon-cache pkgconfig SRC_URI = "http://software.twotoasts.de/media/midori/midori-${PV}.tar.gz" +EXTRA_OECONF = " --disable-hildon " diff --git a/recipes/gtk-webcore/midori_git.bb b/recipes/gtk-webcore/midori_git.bb index f4039a414f..c22f00aff3 100644 --- a/recipes/gtk-webcore/midori_git.bb +++ b/recipes/gtk-webcore/midori_git.bb @@ -3,7 +3,7 @@ require midori.inc DEPENDS += "python-native python-docutils-native" # increment PR every time SRCREV is updated! -PR = "r0" +PR = "r1" PV = "0.1.2+${PR}+gitr${SRCREV}" SRC_URI = "http://git.xfce.org/kalikiana/midori/snapshot/midori-${SRCREV}.tar.bz2"