[oe-commits] Koen Kooi : pidgin: enable audio and vv when available

git version control git at git.openembedded.org
Thu Apr 8 10:35:02 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 0551e46608d0112a9fb0edf081eda273ec0c90c4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0551e46608d0112a9fb0edf081eda273ec0c90c4

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Apr  8 11:08:56 2010 +0200

pidgin: enable audio and vv when available

---

 recipes/pidgin/pidgin.inc |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/recipes/pidgin/pidgin.inc b/recipes/pidgin/pidgin.inc
index 14811ae..3215268 100644
--- a/recipes/pidgin/pidgin.inc
+++ b/recipes/pidgin/pidgin.inc
@@ -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 \





More information about the Openembedded-commits mailing list