summaryrefslogtreecommitdiff
path: root/linphone/linphone-hh_0.12.2.hh1.oe
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-08-31 19:11:56 +0000
committerPhil Blundell <philb@gnu.org>2004-08-31 19:11:56 +0000
commit6ef5e97ae8d2c2c937d4f7904eb7117134a49044 (patch)
tree9efe688659c1ee39eebb1bdebccf76b51c5f419e /linphone/linphone-hh_0.12.2.hh1.oe
parentcc853e6ba4f24e707db5b5338803ebf135b62345 (diff)
Merge bk://openembedded@openembedded.bkbits.net/packages
into stealth.(none):/home/pb/oe/oe-packages 2004/08/31 20:11:42+01:00 (none)!pb try to disable gtk-doc building BKrev: 4134cd7cIj0aMcKZyWrvikPFf4XjUw
Diffstat (limited to 'linphone/linphone-hh_0.12.2.hh1.oe')
-rw-r--r--linphone/linphone-hh_0.12.2.hh1.oe7
1 files changed, 4 insertions, 3 deletions
diff --git a/linphone/linphone-hh_0.12.2.hh1.oe b/linphone/linphone-hh_0.12.2.hh1.oe
index 788322d527..7f9f7f10ef 100644
--- a/linphone/linphone-hh_0.12.2.hh1.oe
+++ b/linphone/linphone-hh_0.12.2.hh1.oe
@@ -1,10 +1,11 @@
-PR = "r1"
+PR = "r2"
DESCRIPTION = "SIP-based IP phone (GPE edition)"
DEPENDS = "libosip gtk+ libogg alsa-lib"
SRC_URI = "http://handhelds.org/pub/linux/packages/linphone/linphone-${PV}.tar.gz \
file://osipua-ipv6-lossage.patch;patch=1 \
- file://gpe-cross-lossage.patch;patch=1"
+ file://gpe-cross-lossage.patch;patch=1 \
+ file://disable-gtk-doc.patch;patch=1"
S = "${WORKDIR}/linphone-${PV}"
@@ -12,7 +13,7 @@ FILES_${PN} += "${datadir}/linphonec"
inherit autotools
-EXTRA_OECONF = "--disable-gnome_ui"
+EXTRA_OECONF = "--disable-gnome_ui --disable-gtk-doc"
do_configure() {
# ffmpeg is in AC_SUBDIRS, but doesn't actually use autoconf.