libfontenc: Depend on native font-util
authorFlorian Boor <florian.boor@kernelconcepts.de>
Mon, 25 Oct 2010 22:19:44 +0000 (00:19 +0200)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Mon, 25 Oct 2010 22:19:44 +0000 (00:19 +0200)
recipes/xorg-lib/libfontenc_1.1.0.bb

index bce1aa5..49577c2 100644 (file)
@@ -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"