mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
thunar: add RRECOMMENDS and RDEPENDS to ensure full functionality
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
2389147d10
commit
4af552f6f6
@@ -3,6 +3,7 @@ SECTION = "x11"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
DEPENDS = "exo glib-2.0 gtk+ gdk-pixbuf libxfce4util libxfce4ui libsm dbus-glib startup-notification libnotify xfce4-panel"
|
||||
PR = "r1"
|
||||
|
||||
inherit xfce
|
||||
|
||||
@@ -22,3 +23,5 @@ FILES_${PN} += "${libdir}/thunarx-2/* \
|
||||
FILES_${PN}-dbg += "${libdir}/thunarx-2/.debug/ \
|
||||
${libdir}/xfce4/panel/plugins/.debug/ \
|
||||
${libdir}/Thunar/.debug/"
|
||||
|
||||
RRECOMMENDS_${PN} = "gvfs gvfsd-trash udisks"
|
||||
|
||||
Reference in New Issue
Block a user