Comment 21 for bug 992047

Revision history for this message
Alex Valavanis (valavanisalex) wrote :

Alternatively, it can be done in two stages (maybe more efficient if you have lots of build folders) for example...

export NOCONFIGURE=true && ./autogen.sh

cd build
../configure

cd ../build-gtk3
../configure --enable-gtk3-experimental

cd ../build-dbus
../configure --enable-dbusapi