dbus 0.61: also disable qt3 support to protect innocent people with qt3 headers on...
authorKoen Kooi <koen@openembedded.org>
Sat, 4 Mar 2006 09:12:07 +0000 (09:12 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 4 Mar 2006 09:12:07 +0000 (09:12 +0000)
packages/dbus/dbus_0.61.inc

index 70546ed..c1dcc0e 100644 (file)
@@ -38,7 +38,7 @@ chgrp "$MESSAGEUSER" "$MESSAGEHOME" 2>/dev/null || addgroup "$MESSAGEUSER"
 chown "$MESSAGEUSER"."$MESSAGEUSER" "$MESSAGEHOME" 2>/dev/null || adduser --system --home "$MESSAGEHOME" --no-create-home --disabled-password --ingroup "$MESSAGEUSER" "$MESSAGEUSER"
 }
 
-EXTRA_OECONF = "--disable-qt --disable-gtk --disable-tests \
+EXTRA_OECONF = "--disable-qt  --disable-qt3 --disable-gtk --disable-tests \
                --disable-checks --disable-xml-docs --disable-doxygen-docs \
                --with-xml=expat --without-x"