summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2013-01-16 13:18:12 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2013-01-16 13:18:12 +0000
commit45d74c4b0fe38218b4569a90da7102cf48d616c2 (patch)
treef9839565252382b038017a2937b91cf96dd5c169
parente0b3ee0c26a3c9e76e55bda5c255d1c71022bef4 (diff)
downloadgit-45d74c4b0fe38218b4569a90da7102cf48d616c2.tar.gz
Disable building of git-gui, to avoid Tcl/Tk dependency
It's not clear how this ever worked, since we have never had Tcl in Baserock.
-rw-r--r--git.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/git.morph b/git.morph
index 3733f0b6c5..56eec2b817 100644
--- a/git.morph
+++ b/git.morph
@@ -2,7 +2,7 @@
"name": "git",
"kind": "chunk",
"build-commands": [
- "make prefix=\"${PREFIX-/usr}\" all PYTHON_PATH=\"${PREFIX-/usr}\"/bin/python"
+ "make prefix=\"${PREFIX-/usr}\" all PYTHON_PATH=\"${PREFIX-/usr}\"/bin/python NO_TCLTK=YesPlease"
],
"install-commands": [
"make prefix=\"${PREFIX-/usr}\" install"