summaryrefslogtreecommitdiff
path: root/packages/gaim
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2006-04-28 11:47:56 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-28 11:47:56 +0000
commite71c54154f0be59ea2fcc190fc69d63d5c403671 (patch)
tree36e82fb5b451dc0de3d914d6d897f01e83c4369f /packages/gaim
parent824b2bef56d52ceb2900dc2d28a421470df7a0c4 (diff)
packages/gaim/gaim_2.0.0-cvs-mco1.bb : stop gaim pulling in /usr/include
stuff.
Diffstat (limited to 'packages/gaim')
-rw-r--r--packages/gaim/gaim_2.0.0-cvs-mco1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/gaim/gaim_2.0.0-cvs-mco1.bb b/packages/gaim/gaim_2.0.0-cvs-mco1.bb
index 8ff63ee8b9..bf18704c9b 100644
--- a/packages/gaim/gaim_2.0.0-cvs-mco1.bb
+++ b/packages/gaim/gaim_2.0.0-cvs-mco1.bb
@@ -36,6 +36,7 @@ DEPENDS += "startup-notification"
EXTRA_AUTORECONF = ""
#disable "X Session Management"... It is EVIL
-EXTRA_OECONF += "--disable-sm --enable-startup-notification"
+EXTRA_OECONF += "--disable-sm --enable-startup-notification \
+ --with-gnutls-includes=${STAGING_INCDIR}"