netbook-launcher-efl: add runtime dependency on evas-loader-svg to make icons visible
authorKoen Kooi <koen@openembedded.org>
Thu, 28 Jan 2010 11:19:31 +0000 (12:19 +0100)
committerKoen Kooi <koen@openembedded.org>
Thu, 28 Jan 2010 12:53:51 +0000 (13:53 +0100)
recipes/netbook-launcher/netbook-launcher-efl_0.2.3.bb

index 4964e36..3bee5a5 100644 (file)
@@ -1,7 +1,10 @@
 DESCRIPTION = "This is a version of the netbook-launcher using Enlightenment Foundation Libraries (EFL) so it will run on systems without 3D acceleration required by Clutter."
 LICENSE = "GPLv3"
 
+PR = "r1"
+
 DEPENDS = "liblauncher libxau dbus-glib gtk+ libgnome libgnomeui edje edje-native libnotify libcanberra evas eina ecore elementary eet"
+RDEPENDS_${PN} = "evas-loader-svg"
 
 inherit gnome