mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39: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:
@@ -31,7 +31,7 @@ do_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"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
require midori.inc
|
||||
|
||||
PR = "r1"
|
||||
PR = "r2"
|
||||
|
||||
SRC_URI = "http://archive.xfce.org/src/apps/midori/0.4/midori-${PV}.tar.bz2;name=midori \
|
||||
file://waf \
|
||||
|
||||
Reference in New Issue
Block a user