mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 00:32:13 +02:00
libfontenc: add dependency on font-util
it's enforced by libfontenc configuration script Signed-off-by: Kevin Tian <kevin.tian@intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
9e87cbdd1e
commit
b7ab194d93
@@ -5,8 +5,8 @@ require xorg-lib-common.inc
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=96254c20ab81c63e65b26f0dbcd4a1c1"
|
||||
|
||||
DEPENDS += "zlib xproto"
|
||||
PR = "r0"
|
||||
DEPENDS += "zlib xproto font-util"
|
||||
PR = "r1"
|
||||
PE = "1"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
Reference in New Issue
Block a user