Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] libxcb: don't build doxygen documentation
@ 2011-11-14 10:52 Peter Korsgaard
  2011-11-14 12:04 ` Baruch Siach
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2011-11-14 10:52 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=3acf323e9e92042b34f98065b65cee16f214aa54
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

In most situations we don't care about documentation, and newer doxygen
versions (1.7.x) seems to have issues with it, breaking the build.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 package/x11r7/libxcb/libxcb.mk |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/package/x11r7/libxcb/libxcb.mk b/package/x11r7/libxcb/libxcb.mk
index 8fb3dd3..cf01534 100644
--- a/package/x11r7/libxcb/libxcb.mk
+++ b/package/x11r7/libxcb/libxcb.mk
@@ -15,11 +15,14 @@ LIBXCB_DEPENDENCIES = \
 LIBXCB_CONF_ENV = STAGING_DIR="$(STAGING_DIR)"
 LIBXCB_MAKE_OPT = XCBPROTO_XCBINCLUDEDIR=$(STAGING_DIR)/usr/share/xcb \
 	XCBPROTO_XCBPYTHONDIR=$(HOST_DIR)/usr/lib/python$(PYTHON_VERSION_MAJOR)/site-packages
+HOST_LIBXCB_CONF_OPT = --disable-build-docs
 
 HOST_LIBXCB_DEPENDENCIES = \
 	host-libxslt host-pthread-stubs host-xcb-proto host-xlib_libXdmcp \
 	host-xlib_libXau host-python
 
+HOST_LIBXCB_CONF_OPT = --disable-build-docs
+
 $(eval $(call AUTOTARGETS))
 $(eval $(call AUTOTARGETS,host))
 

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [git commit] libxcb: don't build doxygen documentation
  2011-11-14 10:52 [Buildroot] [git commit] libxcb: don't build doxygen documentation Peter Korsgaard
@ 2011-11-14 12:04 ` Baruch Siach
  2011-11-14 12:12   ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Baruch Siach @ 2011-11-14 12:04 UTC (permalink / raw)
  To: buildroot

Hi Peter,

On Mon, Nov 14, 2011 at 11:52:48AM +0100, Peter Korsgaard wrote:
> commit: http://git.buildroot.net/buildroot/commit/?id=3acf323e9e92042b34f98065b65cee16f214aa54
> branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
> 
> In most situations we don't care about documentation, and newer doxygen
> versions (1.7.x) seems to have issues with it, breaking the build.
> 
> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
> ---
>  package/x11r7/libxcb/libxcb.mk |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/package/x11r7/libxcb/libxcb.mk b/package/x11r7/libxcb/libxcb.mk
> index 8fb3dd3..cf01534 100644
> --- a/package/x11r7/libxcb/libxcb.mk
> +++ b/package/x11r7/libxcb/libxcb.mk
> @@ -15,11 +15,14 @@ LIBXCB_DEPENDENCIES = \
>  LIBXCB_CONF_ENV = STAGING_DIR="$(STAGING_DIR)"
>  LIBXCB_MAKE_OPT = XCBPROTO_XCBINCLUDEDIR=$(STAGING_DIR)/usr/share/xcb \
>  	XCBPROTO_XCBPYTHONDIR=$(HOST_DIR)/usr/lib/python$(PYTHON_VERSION_MAJOR)/site-packages
> +HOST_LIBXCB_CONF_OPT = --disable-build-docs
>  
>  HOST_LIBXCB_DEPENDENCIES = \
>  	host-libxslt host-pthread-stubs host-xcb-proto host-xlib_libXdmcp \
>  	host-xlib_libXau host-python
>  
> +HOST_LIBXCB_CONF_OPT = --disable-build-docs

Do we really need this line twice?

baruch

> +
>  $(eval $(call AUTOTARGETS))
>  $(eval $(call AUTOTARGETS,host))

-- 
                                                     ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [git commit] libxcb: don't build doxygen documentation
  2011-11-14 12:04 ` Baruch Siach
@ 2011-11-14 12:12   ` Peter Korsgaard
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2011-11-14 12:12 UTC (permalink / raw)
  To: buildroot

>>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:

Hi,

 >> +HOST_LIBXCB_CONF_OPT = --disable-build-docs
 >> 
 >> HOST_LIBXCB_DEPENDENCIES = \
 >> host-libxslt host-pthread-stubs host-xcb-proto host-xlib_libXdmcp \
 >> host-xlib_libXau host-python
 >> 
 >> +HOST_LIBXCB_CONF_OPT = --disable-build-docs

 Baruch> Do we really need this line twice?

Argh, cutnpaste issue - The first was supposed to be for the target,
naturally. Those two need to be specified explicitly.

Will fix.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-11-14 12:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-14 10:52 [Buildroot] [git commit] libxcb: don't build doxygen documentation Peter Korsgaard
2011-11-14 12:04 ` Baruch Siach
2011-11-14 12:12   ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox