summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-20 17:53:17 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-20 17:53:17 +0100
commit996ba2c40162a5e7cffa0c1c6534955b317d2aa9 (patch)
tree13213bb8cd5dc659ea66375e521b32775dfc5835
parent7d78ba0ddac908c648cffba0789b09fdf4dc8629 (diff)
downloadgvfs-baserock/morph.tar.gz
Disable documentation too, since we don't have docbookbaserock/morph
-rw-r--r--gvfs.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/gvfs.morph b/gvfs.morph
index cf44abfd..a66532bc 100644
--- a/gvfs.morph
+++ b/gvfs.morph
@@ -4,6 +4,6 @@
"build-system": "autotools",
"configure-commands": [
"NOCONFIGURE=1 ./autogen.sh",
- "./configure --prefix=\"$PREFIX\" --disable-gphoto2"
+ "./configure --prefix=\"$PREFIX\" --disable-gphoto2 --disable-documentation"
]
}