packages/gaim/gaim_2.0.0-cvs-mco1.bb : stop gaim pulling in /usr/include
authorGraeme Gregory <dp@xora.org.uk>
Fri, 28 Apr 2006 11:47:56 +0000 (11:47 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Fri, 28 Apr 2006 11:47:56 +0000 (11:47 +0000)
stuff.

packages/gaim/gaim_2.0.0-cvs-mco1.bb

index 8ff63ee..bf18704 100644 (file)
@@ -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}"