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

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.