diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2007-10-08 10:20:31 +0000 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2007-10-08 10:20:31 +0000 |
commit | 60df3887750b5d03e962cee85447ed1929929e9b (patch) | |
tree | 8d717143dd7797668f09c64b8a65698c0329c84d /packages/hal | |
parent | 5db7b190c127908b9abc9cfe3ad462c83e763f4b (diff) |
ohm_git.bb: Touch gtk-doc.make and disable xauth to let it build again.
(--without-xauth should be fine on single user systems)
Diffstat (limited to 'packages/hal')
-rw-r--r-- | packages/hal/ohm_git.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/hal/ohm_git.bb b/packages/hal/ohm_git.bb index cd003b4b72..11fbd1c929 100644 --- a/packages/hal/ohm_git.bb +++ b/packages/hal/ohm_git.bb @@ -13,7 +13,11 @@ S = "${WORKDIR}/git" inherit autotools pkgconfig -EXTRA_OECONF = "--with-distro=debian" +EXTRA_OECONF = "--with-distro=debian --without-xauth" + +do_configure_prepend() { + touch gtk-doc.make +} do_configure_append() { rm config.log |