summaryrefslogtreecommitdiff
path: root/recipes-lxde
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2016-12-24 00:45:49 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-01-11 17:55:18 +0100
commit083023aacd56f2383cdd9727abe9b51eb05c27f4 (patch)
tree908b68940a7803710ce3c82c10a3509b9c53627b /recipes-lxde
parent0a703367755e2c4bdabb917bbf893c7db502b3f7 (diff)
gpicview: add dependency on adwaita-icon-theme
Without this many of the buttons are shown with an ugly place holder image. root@apalis-t30:~# gpicview (gpicview:657): Gtk-WARNING **: Error loading theme icon 'media-playback-start' for stock: (gpicview:657): Gtk-WARNING **: Error loading theme icon 'zoom-out' for stock: Icon 'zoom-out' not present in theme nuoveXT2 (gpicview:657): Gtk-WARNING **: Error loading theme icon 'zoom-in' for stock: Icon 'zoom-in' not present in theme nuoveXT2 (gpicview:657): Gtk-WARNING **: Error loading theme icon 'zoom-fit-best' for stock: Icon 'zoom-fit-best' not present in theme nuoveXT2 (gpicview:657): Gtk-WARNING **: Error loading theme icon 'zoom-original' for stock: Icon 'zoom-original' not present in theme nuoveXT2 (gpicview:657): Gtk-WARNING **: Error loading theme icon 'media-playback-start' for stock: (gpicview:657): Gtk-WARNING **: Error loading theme icon 'zoom-out' for stock: Icon 'zoom-out' not present in theme nuoveXT2 (gpicview:657): Gtk-WARNING **: Error loading theme icon 'zoom-in' for stock: Icon 'zoom-in' not present in theme nuoveXT2 (gpicview:657): Gtk-WARNING **: Error loading theme icon 'zoom-fit-best' for stock: Icon 'zoom-fit-best' not present in theme nuoveXT2 (gpicview:657): Gtk-WARNING **: Error loading theme icon 'zoom-original' for stock: Icon 'zoom-original' not present in theme nuoveXT2 Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-lxde')
-rw-r--r--recipes-lxde/gpicview/gpicview_0.2.5.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-lxde/gpicview/gpicview_0.2.5.bb b/recipes-lxde/gpicview/gpicview_0.2.5.bb
index 138d4c5..f787357 100644
--- a/recipes-lxde/gpicview/gpicview_0.2.5.bb
+++ b/recipes-lxde/gpicview/gpicview_0.2.5.bb
@@ -5,7 +5,8 @@ SECTION = "x11"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
-DEPENDS = "jpeg gtk+ intltool-native"
+DEPENDS = "gtk+ intltool-native jpeg"
+RDEPENDS_${PN} = "adwaita-icon-theme"
SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${P}.tar.xz"
SRC_URI[md5sum] = "26be9b0c5a234f1afe7d83d02a4a33f4"
@@ -17,4 +18,4 @@ PACKAGECONFIG[gtk3] = "--enable-gtk3,,gtk+3"
inherit autotools gettext pkgconfig
-FILES_${PN} += "${datadir}/icons/*" \ No newline at end of file
+FILES_${PN} += "${datadir}/icons/*"