libsoup: remove --without-html-dir
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 21 Feb 2010 15:47:11 +0000 (16:47 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 23 Feb 2010 19:34:56 +0000 (20:34 +0100)
commita3efb3a3bf0f7d1faa1117f572c11ffb1c96a3f4
tree4e1b17bc16ed95b0b4e1f96ca1f92135f07e7c7f
parent09216ec22b2590b0e5fb5f50ed98bc0f6fd313d5
libsoup: remove --without-html-dir

--without-html-dir doesn't work. It leads libsoup ./configure script
to think that HTML_DIR is "no", which leads to the installation of the
documentation in $(STAGING_DIR)no (yes, with the "no" suffix at the
end). The issue is that --with-html-dir is not an enable/disable type
of option, it's an option that only allows to pass a PATH for
documentation installation.

As we don't want the documentation to be installed in this odd
$(STAGING_DIR)no directory, we simply get rid of this option.

See 7e62e8ec723f91e07bb4ac9ae3e55b65e3123082 for another instance of
the same problem.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libsoup/libsoup.mk