diff options
author | Philippe De Swert <philippedeswert@scarlet.be> | 2007-04-16 17:31:35 +0000 |
---|---|---|
committer | Philippe De Swert <philippedeswert@scarlet.be> | 2007-04-16 17:31:35 +0000 |
commit | 1b3aeb1f247cba980bbdbbab6d0f42bd4509f5f4 (patch) | |
tree | 90bea3344ea28c4e6d50ba1005249ef6cbb70d47 /packages/vte | |
parent | 16d52267ee17aab70cd066d75f8b3efc97bfd448 (diff) |
vte: fix build build
* disable building documentation as it causes failures
* extra info in: http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=468
Diffstat (limited to 'packages/vte')
-rw-r--r-- | packages/vte/vte_0.11.15.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/vte/vte_0.11.15.bb b/packages/vte/vte_0.11.15.bb index 7b1c7c803c..8547191abf 100644 --- a/packages/vte/vte_0.11.15.bb +++ b/packages/vte/vte_0.11.15.bb @@ -2,6 +2,7 @@ LICENSE = "LGPL" inherit gnome +EXTRA_OECONF = "--disable-gtk-doc" do_stage() { autotools_stage_all |