pidgin: enable audio and vv when available
authorKoen Kooi <koen@openembedded.org>
Thu, 8 Apr 2010 09:08:56 +0000 (11:08 +0200)
committerKoen Kooi <koen@openembedded.org>
Thu, 8 Apr 2010 10:34:42 +0000 (12:34 +0200)
recipes/pidgin/pidgin.inc

index 14811ae..3215268 100644 (file)
@@ -2,12 +2,13 @@ DESCRIPTION = "multi-protocol instant messaging client"
 SECTION = "x11/network"
 LICENSE = "GPL"
 DEPENDS = "python startup-notification avahi gtk+ ncurses gnutls virtual/libintl gstreamer dbus"
-INC_PR = "r1"
+INC_PR = "r2"
 
 inherit autotools gettext pkgconfig gconf
 
 EXTRA_OECONF = " \
-               --disable-audio \
+               --enable-audio \
+               --enable-vv \
                --disable-perl \
                --disable-tcl \
                --disable-deprecated \