[oe-commits] Dan McGregor : lxdm: RDEPEND on libsvg-gtk

git at git.openembedded.org git at git.openembedded.org
Fri Feb 6 13:17:58 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: 4e1bc9c4f6d4263428e5c226b60cb147a87424d5
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=4e1bc9c4f6d4263428e5c226b60cb147a87424d5

Author: Dan McGregor <dan.mcgregor at usask.ca>
Date:   Wed Feb  4 14:29:20 2015 -0600

lxdm: RDEPEND on libsvg-gtk

The theme uses svg files. If libsvg-gtk isn't available lxdm
still runs, but throws a bunch of pixbuf errors.

Signed-off-by: Dan McGregor <dan.mcgregor at usask.ca>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-graphics/lxdm/lxdm_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-graphics/lxdm/lxdm_git.bb b/meta-oe/recipes-graphics/lxdm/lxdm_git.bb
index a05e533..29b8dc5 100644
--- a/meta-oe/recipes-graphics/lxdm/lxdm_git.bb
+++ b/meta-oe/recipes-graphics/lxdm/lxdm_git.bb
@@ -72,7 +72,7 @@ done
 sed -i "s:last_langs=.*$:last_langs=$langs:g" $D${localstatedir}/lib/lxdm/lxdm.conf
 }
 
-RDEPENDS_${PN} = "${@base_contains('DISTRO_FEATURES', 'pam', 'pam-plugin-loginuid', '', d)} setxkbmap bash"
+RDEPENDS_${PN} = "${@base_contains('DISTRO_FEATURES', 'pam', 'pam-plugin-loginuid', '', d)} setxkbmap bash librsvg-gtk"
 
 RPROVIDES_${PN} += "${PN}-systemd"
 RREPLACES_${PN} += "${PN}-systemd"



More information about the Openembedded-commits mailing list