ekiga: RDEPEND on ptlib and opal since static linking doesn't include plugins...
authorKoen Kooi <koen@openembedded.org>
Sun, 18 Jan 2009 21:12:24 +0000 (22:12 +0100)
committerKoen Kooi <koen@openembedded.org>
Sun, 18 Jan 2009 21:12:24 +0000 (22:12 +0100)
packages/ekiga/ekiga_3.0.2.bb

index 5c88627..e181004 100644 (file)
@@ -1,8 +1,11 @@
 DESCRIPTION = "Gnome videoconferencing application"
 LICENSE = "GPLv2"
 
+PR = "r1"
+
 inherit gnome
 DEPENDS += " avahi libnotify eds-dbus libgnome gtkmm libsigc++-2.0 gstreamer opal ptlib"
+RDEPENDS += "opal ptlib"
 
 SRC_URI = "http://www.ekiga.org/admin/downloads/latest/sources/ekiga_${PV}/ekiga-${PV}.tar.gz \
            file://static-fix.diff;patch=1"