[oe] [PATCH] libfontenc: add font-util depend

Cliff Brake cliff.brake at gmail.com
Wed Oct 27 21:26:18 UTC 2010


From: Cliff Brake <cbrake at 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





More information about the Openembedded-devel mailing list