aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-lib
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2010-10-26 00:19:44 +0200
committerFlorian Boor <florian.boor@kernelconcepts.de>2010-10-26 00:19:44 +0200
commit5203590b8d31271b255be7eae0c115ba47919872 (patch)
treed53428d1106f997ef6706a44ef52c10225320c62 /recipes/xorg-lib
parente1f9169f4b1754372f38ac59baf5f42e386bdc7e (diff)
downloadopenembedded-5203590b8d31271b255be7eae0c115ba47919872.tar.gz
libfontenc: Depend on native font-util
Diffstat (limited to 'recipes/xorg-lib')
-rw-r--r--recipes/xorg-lib/libfontenc_1.1.0.bb2
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 bce1aa54ba..49577c2337 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-native"
PE = "1"
PR = "${INC_PR}.0"