diff options
author | Kevin Tian <kevin.tian@intel.com> | 2010-11-29 10:23:05 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-11-29 03:50:55 -0800 |
commit | b7ab194d937c30b2cbd3f99cc951a0acc7bdb520 (patch) | |
tree | 81eb93cb1731beec535649bf04af5b3a13efed0a /meta/recipes-graphics | |
parent | 9e87cbdd1e1ea77c881cf5f3a9e10de39fe0a021 (diff) | |
download | poky-b7ab194d937c30b2cbd3f99cc951a0acc7bdb520.tar.gz |
libfontenc: add dependency on font-util
it's enforced by libfontenc configuration script
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libfontenc_1.1.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libfontenc_1.1.0.bb b/meta/recipes-graphics/xorg-lib/libfontenc_1.1.0.bb index dc7b62d02d..691624c576 100644 --- a/meta/recipes-graphics/xorg-lib/libfontenc_1.1.0.bb +++ b/meta/recipes-graphics/xorg-lib/libfontenc_1.1.0.bb | |||
@@ -5,8 +5,8 @@ require xorg-lib-common.inc | |||
5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=96254c20ab81c63e65b26f0dbcd4a1c1" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=96254c20ab81c63e65b26f0dbcd4a1c1" |
7 | 7 | ||
8 | DEPENDS += "zlib xproto" | 8 | DEPENDS += "zlib xproto font-util" |
9 | PR = "r0" | 9 | PR = "r1" |
10 | PE = "1" | 10 | PE = "1" |
11 | 11 | ||
12 | BBCLASSEXTEND = "native" | 12 | BBCLASSEXTEND = "native" |