modular build and --disable-xxx

Peter Hutterer mailinglists at who-t.net
Mon Dec 11 15:25:09 PST 2006


On 12/12/2006, at 09:25 , Ted X Toth wrote:

> Is there a way to disable the building of parts when using the  
> modular build? I tried using --disable-dmx for instance but it  
> looks like it still tried to build it.
>
>
Add it to the autogen.sh in the xserver directory.


whot at hyena:~/X11R7/xserver$> git diff autogen.sh
diff --git a/autogen.sh b/autogen.sh
index 904cd67..3c9828d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -9,4 +9,4 @@ cd $srcdir
autoreconf -v --install || exit 1
cd $ORIGDIR || exit $?
-$srcdir/configure --enable-maintainer-mode "$@"
+$srcdir/configure --disable-dmx --enable-maintainer-mode "$@"

Cheers,
   Peter

--
Multi-Pointer X Server
http://wearables.unisa.edu.au/mpx






More information about the xorg mailing list