diff options
Diffstat (limited to 'recipes/gtk-webcore')
-rw-r--r-- | recipes/gtk-webcore/midori.inc | 1 | ||||
-rw-r--r-- | recipes/gtk-webcore/midori_git.bb | 2 |
2 files changed, 2 insertions, 1 deletions
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" |