mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-27 07:23:54 +00:00
midori: needs GNOME icons to function
Without GNOME icons installed, e.g. when using only core-image-sato, midori dies violently: # midori The configuration couldn't be loaded: No such file or directory (midori:2915): Gtk-WARNING **: Error loading theme icon 'stock_new-tab' for stock: Icon 'stock_new-tab' not present in theme (midori:2915): Gtk-WARNING **: Error loading theme icon 'bookmark-new' for stock: Icon 'bookmark-new' not present in theme (midori:2915): Gtk-WARNING **: Error loading theme icon 'stock_add-bookmark' for stock: Icon 'stock_add-bookmark' not present in theme Segmentation fault Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
6b8c314002
commit
5b483d8425
@ -31,7 +31,7 @@ do_install() {
|
|||||||
oe_runmake DESTDIR=${D} install
|
oe_runmake DESTDIR=${D} install
|
||||||
}
|
}
|
||||||
|
|
||||||
RRECOMMENDS_${PN} += "glib-networking ca-certificates"
|
RRECOMMENDS_${PN} += "glib-networking ca-certificates gnome-icon-theme"
|
||||||
|
|
||||||
FILES_${PN}-dev += "${datadir}/vala/vapi"
|
FILES_${PN}-dev += "${datadir}/vala/vapi"
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
require midori.inc
|
require midori.inc
|
||||||
|
|
||||||
PR = "r1"
|
PR = "r2"
|
||||||
|
|
||||||
SRC_URI = "http://archive.xfce.org/src/apps/midori/0.4/midori-${PV}.tar.bz2;name=midori \
|
SRC_URI = "http://archive.xfce.org/src/apps/midori/0.4/midori-${PV}.tar.bz2;name=midori \
|
||||||
file://waf \
|
file://waf \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user