diff options
author | Adam Tkac <atkac@redhat.com> | 2010-09-15 11:40:14 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2010-09-15 11:40:14 +0000 |
commit | f36015ec4c267940821487ad462c13d7e0d51542 (patch) | |
tree | 0059f9cb43991f7dddcd21fdcf986fcf0f1e15c6 | |
parent | 1a85bfded48fbcecb8deb35f1b65cce9388bc480 (diff) | |
download | tigervnc-f36015ec4c267940821487ad462c13d7e0d51542.tar.gz tigervnc-f36015ec4c267940821487ad462c13d7e0d51542.zip |
[Development] build-xorg: don't build X11 documentation.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4136 3789f03b-4d11-0410-bbf8-ca57d06f2519
-rwxr-xr-x | unix/build-xorg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/build-xorg b/unix/build-xorg index 98ee4587..60fa6436 100755 --- a/unix/build-xorg +++ b/unix/build-xorg @@ -131,7 +131,7 @@ build () echo configuring ${module} echo ====================== if [ "${module}" = "libX11" ]; then - extraoptions="${extraoptions} --without-xcb" + extraoptions="${extraoptions} --without-xcb --disable-specs" fi if [ "${module}" = "libSM" ]; then extraoptions="${extraoptions} --without-libuuid" |