All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libfontenc: add font-util depend
@ 2010-10-27 21:26 Cliff Brake
  2010-10-27 21:52 ` Martin Jansa
  0 siblings, 1 reply; 3+ messages in thread
From: Cliff Brake @ 2010-10-27 21:26 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Cliff Brake

From: Cliff Brake <cbrake@bec-systems.com>

when building, I got the following error:
configure.ac:44: error: must install X.Org font-util 1.1 or later before running autoconf/autogen
---
 recipes/xorg-lib/libfontenc_1.1.0.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/xorg-lib/libfontenc_1.1.0.bb b/recipes/xorg-lib/libfontenc_1.1.0.bb
index bce1aa5..757431f 100644
--- a/recipes/xorg-lib/libfontenc_1.1.0.bb
+++ b/recipes/xorg-lib/libfontenc_1.1.0.bb
@@ -1,7 +1,7 @@
 require xorg-lib-common.inc
 DESCRIPTION = "X11 font encoding library"
 LICENSE = "BSD-X"
-DEPENDS += "zlib xproto"
+DEPENDS += "zlib xproto font-util"
 PE = "1"
 PR = "${INC_PR}.0"
 
-- 
1.7.0.4




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

* Re: [PATCH] libfontenc: add font-util depend
  2010-10-27 21:26 [PATCH] libfontenc: add font-util depend Cliff Brake
@ 2010-10-27 21:52 ` Martin Jansa
  2010-10-27 21:55   ` Chris Larson
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2010-10-27 21:52 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Cliff Brake

On Wed, Oct 27, 2010 at 05:26:18PM -0400, Cliff Brake wrote:
> From: Cliff Brake <cbrake@bec-systems.com>
> 
> when building, I got the following error:
> configure.ac:44: error: must install X.Org font-util 1.1 or later before running autoconf/autogen
> ---
>  recipes/xorg-lib/libfontenc_1.1.0.bb |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/recipes/xorg-lib/libfontenc_1.1.0.bb b/recipes/xorg-lib/libfontenc_1.1.0.bb
> index bce1aa5..757431f 100644
> --- a/recipes/xorg-lib/libfontenc_1.1.0.bb
> +++ b/recipes/xorg-lib/libfontenc_1.1.0.bb
> @@ -1,7 +1,7 @@
>  require xorg-lib-common.inc
>  DESCRIPTION = "X11 font encoding library"
>  LICENSE = "BSD-X"
> -DEPENDS += "zlib xproto"
> +DEPENDS += "zlib xproto font-util"
>  PE = "1"
>  PR = "${INC_PR}.0"

Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com



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

* Re: [PATCH] libfontenc: add font-util depend
  2010-10-27 21:52 ` Martin Jansa
@ 2010-10-27 21:55   ` Chris Larson
  0 siblings, 0 replies; 3+ messages in thread
From: Chris Larson @ 2010-10-27 21:55 UTC (permalink / raw)
  To: openembedded-devel

On Wed, Oct 27, 2010 at 2:52 PM, Martin Jansa <martin.jansa@gmail.com>wrote:

> > diff --git a/recipes/xorg-lib/libfontenc_1.1.0.bb b/recipes/xorg-lib/
> libfontenc_1.1.0.bb
> > index bce1aa5..757431f 100644
> > --- a/recipes/xorg-lib/libfontenc_1.1.0.bb
> > +++ b/recipes/xorg-lib/libfontenc_1.1.0.bb
> > @@ -1,7 +1,7 @@
> >  require xorg-lib-common.inc
> >  DESCRIPTION = "X11 font encoding library"
> >  LICENSE = "BSD-X"
> > -DEPENDS += "zlib xproto"
> > +DEPENDS += "zlib xproto font-util"
> >  PE = "1"
> >  PR = "${INC_PR}.0"
>
> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>



Acked-by: Chris Larson <chris_larson@mentor.com>
-- 
Christopher Larson
clarson at kergoth dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Maintainer - Tslib
Senior Software Engineer, Mentor Graphics


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

end of thread, other threads:[~2010-10-27 21:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-27 21:26 [PATCH] libfontenc: add font-util depend Cliff Brake
2010-10-27 21:52 ` Martin Jansa
2010-10-27 21:55   ` Chris Larson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.