diff options
author | Koen Kooi <koen@openembedded.org> | 2010-04-08 11:08:56 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-08 12:34:42 +0200 |
commit | 0551e46608d0112a9fb0edf081eda273ec0c90c4 (patch) | |
tree | 46e6383cb1915328edb6088df519b6772619a243 /recipes/pidgin | |
parent | 163489ebbfd592252adec0c11006aa9ab3915c13 (diff) |
pidgin: enable audio and vv when available
Diffstat (limited to 'recipes/pidgin')
-rw-r--r-- | 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 14811aeff9..32152686cd 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 \ |