# HG changeset patch # User Christophe Lincoln # Date 1237718967 -3600 # Node ID fa483a2cce49e9181978327715cc6879552777ab # Parent e0b97123b57143fa87c96a5acc56c27e997ec9af libgsf: build --without-python diff -r e0b97123b571 -r fa483a2cce49 libgsf/receipt --- a/libgsf/receipt Sun Mar 22 11:47:30 2009 +0100 +++ b/libgsf/receipt Sun Mar 22 11:49:27 2009 +0100 @@ -19,7 +19,9 @@ --prefix=/usr \ --mandir=/usr/share/man \ --with-html-dir=/usr/share/doc \ - --without-bonobo --without-gnome-vfs \ + --without-bonobo \ + --without-gnome-vfs \ + --without-python \ $CONFIGURE_ARGS && make && make DESTDIR=$PWD/_pkg install