diff options
author | Peter Åstrand <astrand@cendio.se> | 2011-10-31 08:14:40 +0000 |
---|---|---|
committer | Peter Åstrand <astrand@cendio.se> | 2011-10-31 08:14:40 +0000 |
commit | 01b2433de87ec4456785fbb9d3bad1b7a38438f2 (patch) | |
tree | 54ee51d57119ddcfedf825e898cec42ba6459345 /BUILDING.txt | |
parent | 1b84bcdc8c8ba120c2ba24db6a465f4bea49f805 (diff) | |
download | tigervnc-01b2433de87ec4456785fbb9d3bad1b7a38438f2.tar.gz tigervnc-01b2433de87ec4456785fbb9d3bad1b7a38438f2.zip |
Activate the DPMS extension; avoid Ubuntu 11.10 crashing.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4745 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'BUILDING.txt')
-rw-r--r-- | BUILDING.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILDING.txt b/BUILDING.txt index 000482de..044e7c47 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -160,7 +160,7 @@ has already been built, per above.) "17" for version 1.7.x.) > autoreconf -fiv - > ./configure --with-pic --without-dtrace --disable-static \ + > ./configure --with-pic --without-dtrace --disable-static --disable-dri \ --disable-xinerama --disable-xvfb --disable-xnest --disable-xorg \ --disable-dmx --disable-xwin --disable-xephyr --disable-kdrive \ --disable-config-dbus --disable-config-hal --disable-config-udev \ |