midori: disable hildon interface
authorKoen Kooi <koen@openembedded.org>
Tue, 24 Mar 2009 10:52:59 +0000 (11:52 +0100)
committerKoen Kooi <koen@openembedded.org>
Tue, 24 Mar 2009 10:52:59 +0000 (11:52 +0100)
* if you want a hildon midori, create a midori-hildon recipe

recipes/gtk-webcore/midori.inc
recipes/gtk-webcore/midori_git.bb

index 793590b..a241157 100644 (file)
@@ -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 "
 
index f4039a4..c22f00a 100644 (file)
@@ -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"