diff options
author | Dan McGregor <dan.mcgregor@usask.ca> | 2015-02-04 14:29:20 -0600 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-02-12 19:35:39 +0100 |
commit | 07534189891ea8e8b61c86238181a4d53a18c904 (patch) | |
tree | 9fdf33979cfa11599b8495edc887f1ba0e4de404 /meta-oe/recipes-graphics | |
parent | b6fcccb70ad14436b3b3f422f6511131988471b9 (diff) | |
download | meta-openembedded-07534189891ea8e8b61c86238181a4d53a18c904.tar.gz |
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@usask.ca>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics')
-rw-r--r-- | meta-oe/recipes-graphics/lxdm/lxdm_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/lxdm/lxdm_git.bb b/meta-oe/recipes-graphics/lxdm/lxdm_git.bb index a05e533bd..29b8dc582 100644 --- a/meta-oe/recipes-graphics/lxdm/lxdm_git.bb +++ b/meta-oe/recipes-graphics/lxdm/lxdm_git.bb | |||
@@ -72,7 +72,7 @@ done | |||
72 | sed -i "s:last_langs=.*$:last_langs=$langs:g" $D${localstatedir}/lib/lxdm/lxdm.conf | 72 | sed -i "s:last_langs=.*$:last_langs=$langs:g" $D${localstatedir}/lib/lxdm/lxdm.conf |
73 | } | 73 | } |
74 | 74 | ||
75 | RDEPENDS_${PN} = "${@base_contains('DISTRO_FEATURES', 'pam', 'pam-plugin-loginuid', '', d)} setxkbmap bash" | 75 | RDEPENDS_${PN} = "${@base_contains('DISTRO_FEATURES', 'pam', 'pam-plugin-loginuid', '', d)} setxkbmap bash librsvg-gtk" |
76 | 76 | ||
77 | RPROVIDES_${PN} += "${PN}-systemd" | 77 | RPROVIDES_${PN} += "${PN}-systemd" |
78 | RREPLACES_${PN} += "${PN}-systemd" | 78 | RREPLACES_${PN} += "${PN}-systemd" |